X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2FF_Average.R;h=a1f29ad19a36a98a5695265debe3c75d3171658f;hp=8f81747fbca9a863a0ac9c882dca87298a6bb63c;hb=689aa1d3c58e8b1e9fdfa9b895ca38c7228f56cc;hpb=4ba96933bd3eb63800ef9e98edbabe693aec7340 diff --git a/pkg/R/F_Average.R b/pkg/R/F_Average.R index 8f81747..a1f29ad 100644 --- a/pkg/R/F_Average.R +++ b/pkg/R/F_Average.R @@ -7,6 +7,8 @@ #' averaged to provide a smooth prediction. This forecast will most of the time be wrong, #' but will also look plausible enough. #' +#' @usage f <- AverageForecaster$new(pjump) +#' #' @docType class #' @format R6 class, inherits Forecaster #' @aliases F_Average