S3method.network | R Documentation |
cor_network()
and dag_network()
.print(cor.net)
Plot (partial) correlation network results.
print(dag.net)
Plot Bayesian network (DAG) results.
## S3 method for class 'cor.net'
print(x, file = NULL, width = 6, height = 4, dpi = 500, ...)
## S3 method for class 'dag.net'
print(
x,
file = NULL,
width = 6,
height = 4,
dpi = 500,
algorithm = names(x),
...
)
x |
Object (class |
file |
File name of saved plot ( |
width , height |
Width and height (in inches) of saved plot.
Defaults to |
dpi |
Dots per inch (figure resolution). Defaults to |
... |
Other arguments (currently not used). |
algorithm |
[For |
Invisibly return a grob
object ("Grid Graphical Object", or a list of them) that can be further reused in ggplot2::ggsave()
and cowplot::plot_grid()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.