[Dplr-commits] r687 - branches/redfit/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 6 21:43:00 CEST 2013


Author: andybunn
Date: 2013-09-06 21:43:00 +0200 (Fri, 06 Sep 2013)
New Revision: 687

Modified:
   branches/redfit/man/redfit.Rd
Log:
small change to redfit example

Modified: branches/redfit/man/redfit.Rd
===================================================================
--- branches/redfit/man/redfit.Rd	2013-09-04 14:55:59 UTC (rev 686)
+++ branches/redfit/man/redfit.Rd	2013-09-06 19:43:00 UTC (rev 687)
@@ -282,16 +282,8 @@
 data(cana157)
 yrs <- as.numeric(rownames(cana157))
 x <- cana157[, 1]
-
 redf.x <- redfit(x, nsim = 1000)
 
-plot(yrs, x, type = "n", axes = FALSE,
-     xlab = "Time", ylab = "Ring Width (mm)")
-grid()
-lines(yrs, x)
-axis(1); axis(2); axis(3); axis(4)
-box()
-
 plot(redf.x[["freq"]], redf.x[["gxxc"]],
      ylim = range(redf.x[["ci99"]], redf.x[["gxxc"]]),
      type = "n", ylab = "Spectrum (dB)", xlab = "Frequency (1/yr)",



More information about the Dplr-commits mailing list