multiJGLplot | R Documentation |
Visualisation function for static multiclass network models
multiJGLplot( x, obs.class.names = NULL, node.names = NULL, obs.class.legend = TRUE, graphlayout = NULL, lcex = 0.5, ... )
x |
An individual element (e.g. $linear.strs) from the output of multiJGL function. |
obs.class.names |
Observational class names. |
node.names |
Network node names. |
obs.class.legend |
Optional: Obs class specific legends. |
graphlayout |
igraph argument. |
lcex |
the cex argument for legends. |
... |
Additional igraph arguments. |
Multiclass network plot.
print("multiJGLplot(multiJGLoutput$linear.strs)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.