[Dplr-commits] r1075 - pkg/dplR/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 29 17:57:26 CET 2018
Author: andybunn
Date: 2018-01-29 17:57:26 +0100 (Mon, 29 Jan 2018)
New Revision: 1075
Modified:
pkg/dplR/man/plotRings.Rd
Log:
typo
Modified: pkg/dplR/man/plotRings.Rd
===================================================================
--- pkg/dplR/man/plotRings.Rd 2018-01-29 16:17:44 UTC (rev 1074)
+++ pkg/dplR/man/plotRings.Rd 2018-01-29 16:57:26 UTC (rev 1075)
@@ -6,11 +6,7 @@
Make a plot of a cross section based on up to four ring-width series.
}
\usage{
-plotRings(year, trwN, trwS = NA, trwE = NA, trwW = NA,
-animation = FALSE, sys.sleep = 0.2, year.labels = TRUE,
-d2pith = NA, col.rings = "grey", col.outring = "black",
-x.rings = "none", col.x.rings = "red", species.name = NA,
-saveGIF=FALSE, fname="GIF_plotRings.gif")
+plotRings(year, trwN, trwS = NA, trwE = NA, trwW = NA, animation = FALSE, sys.sleep = 0.2, year.labels = TRUE, d2pith = NA, col.rings = "grey", col.outring = "black", x.rings = "none", col.x.rings = "red", species.name = NA, saveGIF=FALSE, fname="GIF_plotRings.gif")
}
\arguments{
@@ -34,7 +30,7 @@
\item{animation}{ \code{logical} flag. If \code{TRUE} then each
ring will be individually plotted as an animation within the
- R-GUI. A working copy of ``ImageMagic'' is required. See
+ R-GUI. A working copy of ``ImageMagick'' is required. See
\code{Details}. }
\item{sys.sleep}{ a \code{numeric} value defining the sleep pause
More information about the Dplr-commits
mailing list