[Dplr-commits] r1104 - pkg/dplR/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 23 18:10:42 CEST 2018
Author: andybunn
Date: 2018-05-23 18:10:41 +0200 (Wed, 23 May 2018)
New Revision: 1104
Modified:
pkg/dplR/R/plotRings.R
Log:
typo
Modified: pkg/dplR/R/plotRings.R
===================================================================
--- pkg/dplR/R/plotRings.R 2018-05-23 07:10:23 UTC (rev 1103)
+++ pkg/dplR/R/plotRings.R 2018-05-23 16:10:41 UTC (rev 1104)
@@ -151,8 +151,7 @@
if (saveGIF == TRUE) {
saveGIF({
- ani.options(interval = sys.sleep, nmax = 50,
- ani.width = 1000, ani.height = 1000)
+ ani.options(interval = sys.sleep, nmax = 50, ani.width = 1000, ani.height = 1000)
par(bg="white")
More information about the Dplr-commits
mailing list