[Dplr-commits] r736 - pkg/dplR/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 26 01:56:44 CET 2014
Author: andybunn
Date: 2014-03-26 01:56:44 +0100 (Wed, 26 Mar 2014)
New Revision: 736
Modified:
pkg/dplR/man/rwi.stats.running.Rd
Log:
fixed plot in rwi.stats example
Modified: pkg/dplR/man/rwi.stats.running.Rd
===================================================================
--- pkg/dplR/man/rwi.stats.running.Rd 2014-03-26 00:50:21 UTC (rev 735)
+++ pkg/dplR/man/rwi.stats.running.Rd 2014-03-26 00:56:44 UTC (rev 736)
@@ -226,13 +226,14 @@
abline(h = 1, lwd = 1.5)
lines(yrs, gp.crn[, 1], col = "grey50")
lines(yrs, ffcsaps(gp.crn[, 1], nyrs = 32), col = "red", lwd = 2)
+ axis(1);axis(2);axis(3);
par(new = TRUE)
-
## Second plot is the chronology after the cut off only
plot(bar$yrs, bar$eps, type = "b", xlab = "", ylab = "", axes = FALSE,
pch = 20, col = "blue")
- axis(1);axis(2);axis(3);axis(4,at = pretty(foo$eps))
- mtext("EPS", side = 4, line = 1.25)
+ axis(4,at = pretty(foo$eps))
+ mtext("EPS", side = 4, line = 1.1)
+ axis(4,at = pretty(foo$eps))
box()
yr.mask <- yrs > max(bar$yrs[bar$eps<eps.cut], na.rm = TRUE)
plot(yrs[yr.mask], gp.crn[yr.mask, 1], type = "n",
More information about the Dplr-commits
mailing list