Description Usage Arguments Examples
This function allows you to plot a graph.
1 2 3 4 5 6 7 | graph.plot(
x,
from = c("auto", "adjacency", "edges", "graph", "igraph", "bnlearn"),
layout = c("circle", "star", "grid", "sphere", "nicely"),
interactive = FALSE,
isolated.genes = FALSE
)
|
x |
Graph object. |
from |
Input format (optional). |
layout |
igraph plot layout (optional): 'grid', 'star', 'circle', 'sphere', or 'nicely'. Default: 'circle' |
interactive |
Interactive plot (optional). Default: FALSE |
isolated.genes |
Whether or not to include isolated nodes in the plot (optional). Default: FALSE |
1 2 3 | graph.plot(obj)
graph.plot(obj, isolated.genes=TRUE)
graph.plot(obj, interactive=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.