plot,cooccurrence_net,missing-method | R Documentation |
Converts the object into a graph and uses its plot function.
## S4 method for signature 'cooccurrence_net,missing' plot(x, y, ...)
x |
An object of class |
y |
Not used. |
... |
Plot parameters forwarded
to |
An graph plot.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # fn <- feature_network(bics, m) # plot(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.