[Dplr-commits] r853 - in pkg/dplR: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat May 3 18:56:16 CEST 2014
Author: mvkorpel
Date: 2014-05-03 18:56:16 +0200 (Sat, 03 May 2014)
New Revision: 853
Modified:
pkg/dplR/DESCRIPTION
pkg/dplR/man/crn.plot.Rd
pkg/dplR/man/detrend.Rd
pkg/dplR/man/pointer.Rd
pkg/dplR/man/print.redfit.Rd
pkg/dplR/man/redfit.Rd
pkg/dplR/man/rwi.stats.running.Rd
pkg/dplR/man/rwl.stats.Rd
pkg/dplR/man/sens1.Rd
pkg/dplR/man/sens2.Rd
pkg/dplR/man/xskel.ccf.plot.Rd
pkg/dplR/man/xskel.plot.Rd
Log:
Fixed typos
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/DESCRIPTION 2014-05-03 16:56:16 UTC (rev 853)
@@ -3,7 +3,7 @@
Type: Package
Title: Dendrochronology Program Library in R
Version: 1.6.1
-Date: 2014-05-02
+Date: 2014-05-03
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/crn.plot.Rd
===================================================================
--- pkg/dplR/man/crn.plot.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/crn.plot.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -39,7 +39,7 @@
polygon (if present) }
\item{crn.lwd}{ line width for the x line }
\item{spline.lwd}{ line width for the spline (if added) }
- \item{abline.pos}{ position for a refernce abline on the y-axis.
+ \item{abline.pos}{ position for a reference abline on the y-axis.
No line added if NULL }
\item{abline.col}{ color for the reference abline (if added) }
\item{abline.lty}{ line type the reference abline (if added) }
Modified: pkg/dplR/man/detrend.Rd
===================================================================
--- pkg/dplR/man/detrend.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/detrend.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -90,7 +90,7 @@
\author{ Andy Bunn. Improved by Mikko Korpela. }
\seealso{ \code{\link{detrend.series}} }
\examples{data(ca533)
-## Detrend using modified expontential decay. Returns a data.frame
+## Detrend using modified exponential decay. Returns a data.frame
ca533.rwi <- detrend(rwl = ca533, method = "ModNegExp")
\dontrun{
Modified: pkg/dplR/man/pointer.Rd
===================================================================
--- pkg/dplR/man/pointer.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/pointer.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -9,7 +9,7 @@
This function calculates pointer years on a \code{data.frame} of
ring-width series using the Becker algorithm. The pointer years are
computed with adjustable thresholds of relative radial growth
- variation and number of series diplaying similar growth pattern
+ variation and number of series displaying similar growth pattern
(i.e. positive or negative variations).
}
@@ -47,9 +47,9 @@
This calculates pointer years from ring-width series for each year
\code{\var{t}} of the time period covered by the series using the
Becker algorithm. This algorithm is based on, first, the calculation
- of the individual relative radial growth variation by comparision of
+ of the individual relative radial growth variation by comparison of
ring-width of year \code{\var{t}} to that of year \code{\var{t}-1} for
- each series, and second, the inter-series comparision of both sign and
+ each series, and second, the inter-series comparison of both sign and
magnitude of these variations.
For example, if \code{\var{rgv.thresh}} and
Modified: pkg/dplR/man/print.redfit.Rd
===================================================================
--- pkg/dplR/man/print.redfit.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/print.redfit.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -8,7 +8,7 @@
}
\usage{
\method{print}{redfit}(x, digits = NULL, csv.out = FALSE, do.table = FALSE,
- prefix = "", row.names = FALSE, file = "", ...)
+ prefix = "", row.names = FALSE, file = "", ...)
}
\arguments{
@@ -31,7 +31,7 @@
\code{print.data.frame}. }
\item{prefix}{ A prefix to be used on every output line except the
- large informaton table. REDFIT (see \code{References}) uses
+ large information table. REDFIT (see \code{References}) uses
\code{"# "}. }
\item{row.names}{ A \code{logical} flag enabling or disabling
Modified: pkg/dplR/man/redfit.Rd
===================================================================
--- pkg/dplR/man/redfit.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/redfit.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -181,13 +181,13 @@
\item{rcritlo }{ a \code{numeric} vector of critical low values for
the number of runs, i.e. the lowest value for accepting the null
- hyphothesis at each level of significance \code{\var{p}}. When
+ hypothesis at each level of significance \code{\var{p}}. When
returned from \code{redfit}, \code{NULL} when \code{\var{rcnt}} is
\code{NULL}. }
\item{rcrithi }{ a \code{numeric} vector of critical high values for
the number of runs, i.e. the highest value for accepting the null
- hyphothesis at each level of significance \code{\var{p}}. When
+ hypothesis at each level of significance \code{\var{p}}. When
returned from \code{redfit}, \code{NULL} when \code{\var{rcnt}} is
\code{NULL}. }
Modified: pkg/dplR/man/rwi.stats.running.Rd
===================================================================
--- pkg/dplR/man/rwi.stats.running.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/rwi.stats.running.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -129,7 +129,7 @@
effective number of cores or the expressed population signal). Users
unfamiliar with these should see Cook and Kairiukstis (1990) and
Fritts (2001) for further details for computational details on the
- output. The singal-to-noise ratio is calculated following Cook and
+ output. The signal-to-noise ratio is calculated following Cook and
Pederson (2011).
If desired, the \code{\var{rwi}} can be filtered in the same manner
Modified: pkg/dplR/man/rwl.stats.Rd
===================================================================
--- pkg/dplR/man/rwl.stats.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/rwl.stats.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -45,7 +45,7 @@
autocorrelation (\code{"skew"}, \code{"\link{sens1}"},
\code{"\link{sens2}"}, \code{"\link{gini.coef}"}, \code{"ar1"}).
- Note that that mean sensitivity is not a robust statitic that should rarely,
+ Note that mean sensitivity is not a robust statistic that should rarely,
if ever, be used (Bunn et al. 2013).
}
\references{
Modified: pkg/dplR/man/sens1.Rd
===================================================================
--- pkg/dplR/man/sens1.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/sens1.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -15,7 +15,7 @@
This calculates mean sensitivity according to Eq. 1 in Biondi and
Qeadan (2008). This is the standard measure of sensitivity in
dendrochronology and is typically calculated on detrended series.
- However, note that that mean sensitivity is not a robust statitic and
+ However, note that mean sensitivity is not a robust statistic and
should rarely, if ever, be used (Bunn et al. 2013).
}
Modified: pkg/dplR/man/sens2.Rd
===================================================================
--- pkg/dplR/man/sens2.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/sens2.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -15,7 +15,7 @@
This calculates mean sensitivity according to Eq. 2 in Biondi and
Qeadan (2008). This is a measure of sensitivity in dendrochronology
that is typically used in the presence of a trend. However, note
- that that mean sensitivity is not a robust statitic and should rarely,
+ that mean sensitivity is not a robust statistic and should rarely,
if ever, be used (Bunn et al. 2013).
}
\value{ the mean sensitivity.
Modified: pkg/dplR/man/xskel.ccf.plot.Rd
===================================================================
--- pkg/dplR/man/xskel.ccf.plot.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/xskel.ccf.plot.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -43,7 +43,7 @@
series with the marker years annotated for the master on the bottom axis and
series on the top. The text at the top of the figure gives the
correlation between the series and master (green bars) as well as the percentage
-of agreement betwen the years of skeleton bars for the series and master.
+of agreement between the years of skeleton bars for the series and master.
I.e., if all the black lines occur in the same years the percentage would be
100\%.
Modified: pkg/dplR/man/xskel.plot.Rd
===================================================================
--- pkg/dplR/man/xskel.plot.Rd 2014-05-02 18:04:49 UTC (rev 852)
+++ pkg/dplR/man/xskel.plot.Rd 2014-05-03 16:56:16 UTC (rev 853)
@@ -43,7 +43,7 @@
series with the marker years annotated for the master on the bottom axis and
series on the top. The text at the top of the figure gives the
correlation between the series and master (green bars) as well as the percentage
-of agreement betwen the years of skeleton bars for the series and master.
+of agreement between the years of skeleton bars for the series and master.
I.e., if all the black lines occur in the same years the percentage would be
100\%.
More information about the Dplr-commits
mailing list