Is there some way to check in R/igraph if a graph m is subgraph of another graph g, based on attributes vertices (name) and weight or colors of the edges?
The funtcion is_subgraphic_isomomorphic_to(m,g, method=vf2)
does not work, because it uses vertex id (and I need to use attributes(name/color))
example: graph m