Description Usage Arguments Value Examples
Quick and dirty plotting of dendritic networks, wrapper for igraph::layout_as_tree and plot.igraph.
1 | fun_pltNwk(g, direct = c("in", "out"), ...)
|
g |
a dendritic network as an igraph object |
direct |
edge direction |
... |
extra stuff to pass to 'plot' |
plot
1 2 3 4 | ## Not run:
fun_pltNwk(g)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.