Produce a simple plot of nodes connected by all pairwise edges,
where edge colours correspond to statistical distances. Edges with
NA
values are not plotted.
1 2 3 4 5 6 7 8 | plot_network(
proj,
col_scale = rev(PlasmoMAPI::col_hotcold()),
zlim = NULL,
node_size = 2,
edge_size = 1,
base_plot = NULL
)
|
proj |
object of class |
col_scale |
the colour scale to use. |
zlim |
the limits of the colour scale. If |
node_size, edge_size |
the plotted size of nodes and edges. |
base_plot |
optional base plot (object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.