'update'
[talweg.git] / pkg / R / F_Persistence.R
index eaeca98..3eefa5b 100644 (file)
@@ -8,9 +8,11 @@
 #' If the last similar day has missing values, the next one is searched, and so on until
 #' one full serie is found (if no one is found, NA is returned).
 #'
+#' @usage f <- PersistenceForecaster$new(pjump)
+#'
 #' @docType class
 #' @format R6 class, inherits Forecaster
-#' @alias F_Persistence
+#' @aliases F_Persistence
 #'
 PersistenceForecaster = R6::R6Class("PersistenceForecaster",
        inherit = Forecaster,