[Vegan-commits] r553 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 9 19:15:26 CET 2008


Author: jarioksa
Date: 2008-11-09 19:15:26 +0100 (Sun, 09 Nov 2008)
New Revision: 553

Modified:
   pkg/man/radfit.Rd
Log:
Rd file gained an example on radlattice

Modified: pkg/man/radfit.Rd
===================================================================
--- pkg/man/radfit.Rd	2008-11-09 15:24:35 UTC (rev 552)
+++ pkg/man/radfit.Rd	2008-11-09 18:15:26 UTC (rev 553)
@@ -223,7 +223,10 @@
 mod
 plot(mod)
 mod <- radfit(BCI[1,])
+## Standard plot overlaid for all models
 plot(mod)
+## Lattice graphics separately for each model
+radlattice(mod)
 # Take a subset of BCI to save time and nerves
 mod <- radfit(BCI[2:5,])
 mod



More information about the Vegan-commits mailing list