Functions for visualising simple graphs (networks), plotting flow diagrams
Functions for visualising simple graphs (networks), plotting flow diagrams
Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs,...
Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009). Springer.
and for the book "Solving Differential Equations in R" by Karline Soetaert, Jeff R. Cash and Francesca Mazzia (in press). Springer.
package
Details
Package:
diagram
Type:
Package
Version:
1.6
Date:
2011-06-01
License:
GNU Public License 2 or above
This package is used in R-package ecolMod, which includes many more examples.
## Not run:## show examples (see respective help pages for details)example(plotmat)example(plotweb)## run demosdemo("flowchart")# creating flow chartsdemo("plotmat")# plotting diagrams inputted as a matrixdemo("plotweb")# plotting webs inputted as a matrix## open the directory with source code of demosbrowseURL(paste(system.file(package="diagram"),"/demo", sep=""))## show package vignettevignette("diagram")edit(vignette("diagram"))browseURL(paste(system.file(package="diagram"),"/doc", sep=""))## End(Not run)