Description Usage Arguments Details Author(s) Examples
View source: R/riverplot.example.R
Generate an example for riverplot
1 | riverplot.example(no = 1)
|
no |
which example to generate |
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.
January Weiner <january.weiner@gmail.com>
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.