[Dplr-commits] r1076 - in pkg/dplR: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 29 18:02:08 CET 2018


Author: andybunn
Date: 2018-01-29 18:02:07 +0100 (Mon, 29 Jan 2018)
New Revision: 1076

Modified:
   pkg/dplR/DESCRIPTION
   pkg/dplR/man/plotRings.Rd
Log:
Typo and date in DESCRIPTION

Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION	2018-01-29 16:57:26 UTC (rev 1075)
+++ pkg/dplR/DESCRIPTION	2018-01-29 17:02:07 UTC (rev 1076)
@@ -3,7 +3,7 @@
 Type: Package
 Title: Dendrochronology Program Library in R
 Version: 1.6.7
-Date: 2017-11-20
+Date: 2018-01-29
 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/plotRings.Rd
===================================================================
--- pkg/dplR/man/plotRings.Rd	2018-01-29 16:57:26 UTC (rev 1075)
+++ pkg/dplR/man/plotRings.Rd	2018-01-29 17:02:07 UTC (rev 1076)
@@ -66,12 +66,12 @@
 
 }
 \details{
-This makes a simple plot drawing all rings from tree-ring series on a 
+This makes a simple plot, drawing all rings from tree-ring series on a 
 cartesian plane of up to four cardinal directions (N, S, E, W) 
 defining the eccentricity of the stem. It can be plotted using 
 only data from one ratio, or up to four diferent radii from same tree.
 This function can plot each individual ring as an animation within 
-your R-GUI, as an GIF-file, or it can plot all rings at once.
+the R-GUI, as an GIF-file, or it can plot all rings at once.
 
 Animations require a functional installation of of ImageMagick. 
 See \code{\link{saveGIF}} for details.
@@ -101,16 +101,15 @@
 
 res <- plotRings(yrs,  anos1[,4], trwW = anos1[,5], col.rings = terrain.colors(nrow(anos1))) 
 
-# Specifying x.rings
-# highlighting only narrow rings
+# Specifying x.rings highlighting only narrow rings
 res <- plotRings(yrs,  anos1[,4], trwW = anos1[,5], x.rings = 'narrow.rings') 
 # Highlighting and coloring only wider rings
 res <- plotRings(yrs,  anos1[,4], trwW = anos1[,5], x.rings = 'wider.rings', col.x.rings = "green") 
 
 ## Not run
-# Plot Rings and animate:
+# Plot Rings and animate (requires ImageMagick)
 res <- plotRings(yrs,  anos1[,4], trwW = anos1[,5], animation=TRUE, sys.sleep=0.1)
-# Plot Rings and save as GIF:
+# Plot Rings and save as GIF (requires ImageMagick)
 res <- plotRings(yrs,  anos1[,4], trwW = anos1[,5], saveGIF=TRUE, sys.sleep = 0.1)
 
 # with four fake tree-ring series 



More information about the Dplr-commits mailing list