fun_pltNwk: Quick and dirty plotting of dendritic networks, wrapper for...

Description Usage Arguments Value Examples

View source: R/networks.R

Description

Quick and dirty plotting of dendritic networks, wrapper for igraph::layout_as_tree and plot.igraph.

Usage

1
fun_pltNwk(g, direct = c("in", "out"), ...)

Arguments

g

a dendritic network as an igraph object

direct

edge direction

...

extra stuff to pass to 'plot'

Value

plot

Examples

1
2
3
4
## Not run: 
fun_pltNwk(g)

## End(Not run)

flee598/DenMet documentation built on Nov. 3, 2021, 6:57 a.m.