Revision: 1752
http://sourceforge.net/p/r-gregmisc/code/1752
Author: warnes
Date: 2013-12-06 22:03:18 +0000 (Fri, 06 Dec 2013)
Log Message:
-----------
Add comment
Modified Paths:
--------------
trunk/SII/R/sii.excel.R
Modified: trunk/SII/R/sii.excel.R
===================================================================
--- trunk/SII/R/sii.excel.R 2013-12-06 21:40:11 UTC (rev 1751)
+++ trunk/SII/R/sii.excel.R 2013-12-06 22:03:18 UTC (rev 1752)
@@ -10,6 +10,7 @@
if(length(THDI) != length(freq))
stop("THDI must have the same length as freq")
+ ## Load constants into *this* environment
data(sii.constants, package="SII", envir=parent.frame())
# Interpolate unobserved frequencies
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|