X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=R%2FForecast.R;h=57817e7ba75fb6955cafdb6bfab3e0a33ed403e5;hp=1a3505b615a95e1bc6624727a4c8d6182c750a6a;hb=09cf9c19b5c6a04bc23c58b7ac8a4bbae2c6827d;hpb=3d69ff21e577fc7bb082257280661b64536c20e8 diff --git a/R/Forecast.R b/R/Forecast.R index 1a3505b..57817e7 100644 --- a/R/Forecast.R +++ b/R/Forecast.R @@ -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 }