[Dplr-commits] r712 - pkg/dplR/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 29 16:33:25 CET 2013


Author: mvkorpel
Date: 2013-10-29 16:33:25 +0100 (Tue, 29 Oct 2013)
New Revision: 712

Modified:
   pkg/dplR/R/redfit.R
Log:
fixed a typo

Modified: pkg/dplR/R/redfit.R
===================================================================
--- pkg/dplR/R/redfit.R	2013-10-29 14:36:18 UTC (rev 711)
+++ pkg/dplR/R/redfit.R	2013-10-29 15:33:25 UTC (rev 712)
@@ -541,7 +541,7 @@
     ##                     3: Parzen (Triangular)
     ##                     4: Blackman-Harris 3-Term
     winbw <- function(iwin, df, ofac) {
-        ## dplR NOTE: bw could be defined with greated precision
+        ## dplR NOTE: bw could be defined with greater precision
         bw <- c(1.21, 1.59, 2.00, 1.78, 2.26)
         df * ofac * bw[iwin + 1]
     }



More information about the Dplr-commits mailing list