riverplot.example: Generate examples for riverplot

Description Usage Arguments Details Author(s) Examples

View source: R/riverplot.example.R

Description

Generate an example for riverplot

Usage

1

Arguments

no

which example to generate

Details

The plotting functions in the riverplot package work on an object of the riverplot class. This function returns an object of the riverplot class to demonstrate how such an object (which is actually a simple list) can be created.

Author(s)

January Weiner <january.weiner@gmail.com>

Examples

1
2
3
4
5
x <- riverplot.example()
plot( x )
x <- riverplot.example(no=2)
riverplot(x, lty=1, plot_area=1, disentangle=TRUE, 
   gravity="c", default_style=list(nodestyle="invisible"))

riverplot documentation built on Jan. 22, 2021, 5:09 p.m.