diff options
author | tota <tota@FreeBSD.org> | 2011-09-10 15:39:56 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-10 15:39:56 +0800 |
commit | 22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a (patch) | |
tree | 952dbbc38460b1509fa302207b1ac88b0406c978 /graphics/Makefile | |
parent | bb403d16678b0a0e3822db1cc113020b3cc2d329 (diff) | |
download | freebsd-ports-gnome-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.tar.gz freebsd-ports-gnome-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.tar.zst freebsd-ports-gnome-22889e61bee66b4e2e01f61aa2f110ecdcb6aa4a.zip |
- Add a new port: graphics/R-cran-diagram
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. Includes demo(flowchart), demo(plotmat), demo(plotweb)
WWW: http://cran.r-project.org/web/packages/diagram/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5c9c8d209ec3..0acf808e3207 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -16,6 +16,7 @@ SUBDIR += ImageMagick-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR + SUBDIR += R-cran-diagram SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png |