[Dplr-commits] r874 - in pkg/dplR: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 15 11:05:42 CEST 2014
Author: mvkorpel
Date: 2014-05-15 11:05:42 +0200 (Thu, 15 May 2014)
New Revision: 874
Modified:
pkg/dplR/DESCRIPTION
pkg/dplR/man/xskel.ccf.plot.Rd
pkg/dplR/man/xskel.plot.Rd
Log:
Slightly reformatted .Rd files
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2014-05-14 20:04:48 UTC (rev 873)
+++ pkg/dplR/DESCRIPTION 2014-05-15 09:05:42 UTC (rev 874)
@@ -3,7 +3,7 @@
Type: Package
Title: Dendrochronology Program Library in R
Version: 1.6.1
-Date: 2014-05-14
+Date: 2014-05-15
Authors at R: c(person("Andy", "Bunn", role = c("aut", "cph",
"cre", "trl"), email = "andy.bunn at wwu.edu"), person("Mikko",
"Korpela", role = c("aut", "trl")), person("Franco", "Biondi",
Modified: pkg/dplR/man/xskel.ccf.plot.Rd
===================================================================
--- pkg/dplR/man/xskel.ccf.plot.Rd 2014-05-14 20:04:48 UTC (rev 873)
+++ pkg/dplR/man/xskel.ccf.plot.Rd 2014-05-15 09:05:42 UTC (rev 874)
@@ -5,10 +5,9 @@
...
}
\usage{
-xskel.ccf.plot(rwl,series,series.yrs = as.numeric(names(series)),
- win.start, win.width=50, n = NULL, prewhiten = TRUE,
- biweight = TRUE)
-
+xskel.ccf.plot(rwl, series, series.yrs = as.numeric(names(series)),
+ win.start, win.width = 50, n = NULL,
+ prewhiten = TRUE, biweight = TRUE)
}
\arguments{
\item{rwl}{ a \code{data.frame} with series as columns and years as rows
Modified: pkg/dplR/man/xskel.plot.Rd
===================================================================
--- pkg/dplR/man/xskel.plot.Rd 2014-05-14 20:04:48 UTC (rev 873)
+++ pkg/dplR/man/xskel.plot.Rd 2014-05-15 09:05:42 UTC (rev 874)
@@ -5,10 +5,9 @@
...
}
\usage{
-xskel.plot(rwl,series,series.yrs = as.numeric(names(series)),
- win.start, win.end=win.start+100, n = NULL,
- prewhiten = TRUE, biweight = TRUE)
-
+xskel.plot(rwl, series, series.yrs = as.numeric(names(series)),
+ win.start, win.end = win.start+100, n = NULL,
+ prewhiten = TRUE, biweight = TRUE)
}
\arguments{
\item{rwl}{ a \code{data.frame} with series as columns and years as rows
More information about the Dplr-commits
mailing list