'update'
[talweg.git] / pkg / R / F_Average.R
index 8f81747..a1f29ad 100644 (file)
@@ -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