fixes and improvements
[talweg.git] / R / Forecast.R
index 1a3505b..57817e7 100644 (file)
@@ -49,7 +49,7 @@ Forecast = setRefClass(
                },
                getIndexInData = function(index)
                {
-                       "Get (day)index at specified index"
+                       "Get (day) index in data where prediction took place"
 
                        pred[[index]]$index
                }