Description Usage Arguments Details
This package simlifies the plot.igraph function for faster plotting of igraph objects
1 2 3 4 5 6 7 8 9 10 11 12 13 |
g |
an |
layout |
either a string that is equal to the |
directed |
boolean; if |
bg_col |
background color |
plot_opts |
a named list containing plotting options (see details) |
outfile |
path to file |
width |
width of the pdf file (in inches) |
height |
height of the pdf file (in inches) |
return_data |
whether to return the data |
plot |
whether to create the plot |
corp |
boolean; if |
Currently, the following options are supported for the plot_opts
list:
v_frame
, vertex frame color
v_lwd
, vertex frame thickness
v_fill
, vertex fill color
v_cex
, vertex size
v_pch
, vertex pch
e_col
, edge color
e_lwd
, edge linewidth
e_length
, length of the arrow when directed
is TRUE
e_angle
, angle of the arrow when directed
is TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.