[Dplr-commits] r1108 - pkg/dplR/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 24 08:05:53 CEST 2018


Author: andybunn
Date: 2018-05-24 08:05:53 +0200 (Thu, 24 May 2018)
New Revision: 1108

Modified:
   pkg/dplR/man/redfit.Rd
Log:
typo in redfit man page

Modified: pkg/dplR/man/redfit.Rd
===================================================================
--- pkg/dplR/man/redfit.Rd	2018-05-23 19:16:33 UTC (rev 1107)
+++ pkg/dplR/man/redfit.Rd	2018-05-24 06:05:53 UTC (rev 1108)
@@ -348,7 +348,7 @@
 
 plot(redf.x[["freq"]], redf.x[["gxxc"]],
      ylim = range(redf.x[["ci99"]], redf.x[["gxxc"]]),
-     type = "n", ylab = "Spectrum (dB)", xlab = "Frequency (1/yr)",
+     type = "n", ylab = "Spectrum", xlab = "Frequency (1/yr)",
      axes = FALSE)
 grid()
 lines(redf.x[["freq"]], redf.x[["gxxc"]], col = "#1B9E77")
@@ -379,7 +379,7 @@
 
 plot(redf.x[["freq"]], redf.x[["gxxc"]],
      ylim = range(redf.x[["ci99"]], redf.x[["gxxc"]]),
-     type = "n", ylab = "Spectrum (dB)", xlab = "Frequency (1/yr)",
+     type = "n", ylab = "Spectrum", xlab = "Frequency (1/yr)",
      axes = FALSE)
 grid()
 lines(redf.x[["freq"]], redf.x[["gxxc"]], col = "#1B9E77")



More information about the Dplr-commits mailing list