I use igraph package to get motifs in Protein-Protein interaction network, It has a vector output, But I need plot or draw of motifs, figure of motifs.
code in R:
motifs(graph_object, size = 3)
output:
1 NA NA 5 3
How to I get plot of motifs in R and igraph? Here have we four motifs?
Note: This question is different from How to mine for motifs in R with iGraph