[Dplr-commits] r995 - pkg/dplR/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 3 22:49:29 CEST 2015


Author: andybunn
Date: 2015-06-03 22:49:29 +0200 (Wed, 03 Jun 2015)
New Revision: 995

Modified:
   pkg/dplR/man/treeMean.Rd
Log:
modified example to treeMean

Modified: pkg/dplR/man/treeMean.Rd
===================================================================
--- pkg/dplR/man/treeMean.Rd	2015-06-03 09:24:56 UTC (rev 994)
+++ pkg/dplR/man/treeMean.Rd	2015-06-03 20:49:29 UTC (rev 995)
@@ -34,6 +34,8 @@
 data(gp.rwl)
 gp.ids <- read.ids(gp.rwl, stc = c(0, 2, 1))
 gp.treeMean <- treeMean(gp.rwl, gp.ids)
+# plot using S3method for class "rwl"
+plot(gp.treeMean,plot.type="spag")
 
 data(ca533)
 ca533.treeMean <- treeMean(ca533, autoread.ids(ca533))



More information about the Dplr-commits mailing list