[Dplr-commits] r1116 - in pkg/dplR: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 18 07:49:05 CEST 2018
Author: andybunn
Date: 2018-06-18 07:49:04 +0200 (Mon, 18 Jun 2018)
New Revision: 1116
Modified:
pkg/dplR/DESCRIPTION
pkg/dplR/man/detrend.series.Rd
Log:
typos etc.
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2018-06-18 05:20:36 UTC (rev 1115)
+++ pkg/dplR/DESCRIPTION 2018-06-18 05:49:04 UTC (rev 1116)
@@ -24,7 +24,7 @@
Matrix (>= 1.0-3), digest (>= 0.2.3), matrixStats (>= 0.50.2),
png (>= 0.1-2), R.utils (>= 1.32.1), stringi (>= 0.2-3),
stringr (>= 0.4), XML (>= 2.1-0), plyr (>= 1.8), animation (>=
- 2.0-2)
+ 2.0-2), signal
Suggests: Biobase, Cairo (>= 1.5-0), dichromat (>= 1.2-3), foreach,
forecast (>= 3.6), gmp (>= 0.5-5), iterators, knitr,
RColorBrewer, testthat (>= 0.8), tikzDevice, waveslim
Modified: pkg/dplR/man/detrend.series.Rd
===================================================================
--- pkg/dplR/man/detrend.series.Rd 2018-06-18 05:20:36 UTC (rev 1115)
+++ pkg/dplR/man/detrend.series.Rd 2018-06-18 05:49:04 UTC (rev 1116)
@@ -253,18 +253,22 @@
# stiffness to 50 years (which is not neccesarily a good choice!)
series.rwi <- detrend.series(y = series, y.name = "CAM011",
method="Spline",nyrs=50)
+
# note that method "Ar" doesn't get plotted in first panel
# since this approach doesn't approximate a growth curve.
series.rwi <- detrend.series(y = series, y.name = "CAM011",
method="Ar")
+
# note the difference between ModNegExp and ModHugershoff at the
-# start of the series
+# start of the series. Also notice how curves, etc. are returned
+# via return.info
data(co021)
series <- co021[, 4]
names(series) <- rownames(co021)
series.rwi <- detrend.series(y = series, y.name = names(co021)[4],
method=c("ModNegExp", "ModHugershoff"),
- verbose = T, return.info = T, make.plot = T)
+ verbose = TRUE, return.info = TRUE,
+ make.plot = TRUE)
}
\keyword{ manip }
More information about the Dplr-commits
mailing list