Description Usage Arguments Value
Customise igraph objects using ggraph
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
igraph_net |
an igraph object |
manual_xy |
the x and y coordinates for the plots |
order_leftright |
order the points from left to right according to the
a feature of the vertices, e.g. pseudotime. If this is set to be NULL, no
reordering will occur unless |
ascend_order |
order the pseudotime in the ascending order, i.e. the lowest value will be colored purple, highest yellow according to the viridis scale. |
coloring |
a vector with the same length as the number of nodes that provide the colors |
nudge_ratio |
by how much the labels are radiated from the center |
hide_node_thres |
below which node size are the nodes and the associated connections hidden. |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.