plot_netview | R Documentation |
Netview Plot
plot_netview(
g,
legend = NULL,
legend_position = "topleft",
legend_size = 0.7,
text = NULL,
text_size = 1,
text_color = "black",
text_font = 1,
ncol = NULL,
nrow = NULL,
dev_off = F,
...
)
g |
igraph object: the igraph object to plot |
legend |
char: column name from graph object attribute 'node_data' to plot a legend (if data added with decorator) |
legend_position |
char: legend position |
legend_size |
numeric: legend size |
text |
char: title text |
text_size |
numeric: title size |
text_color |
char: title color |
text_font |
numeric: title font |
ncol |
numeric: number of cols for panel (max 4 panels) |
nrow |
numeric: number of rows for panel (max 4 panels) |
dev_off |
bool: device off |
... |
any other parameter passed to igraph::pot.igraph |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.