View source: R/plot_submodel_network.R
submodel_adjacencies_to_igraph | R Documentation |
Generate igraph from submodel adjacencies.
submodel_adjacencies_to_igraph(x)
x |
An object of class |
frscore()
and frscored_cna()
output includes an adjacency matrix of submodel relations among
the scored model types. submodel_adjacencies_to_igraph()
is a convenience
function that extracts the adjacency matrix and produces an igraph
graph
from it.
An igraph
graph.
r <- frscored_cna(d.error)
sg <- submodel_adjacencies_to_igraph(r)
sg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.