diff --git a/man/SeriesAggreg.Rd b/man/SeriesAggreg.Rd index 48d5da1c4acf52f7cbd067fa0fb7bff37e28477f..cbd43f901794561ba690f863003230a216401980 100644 --- a/man/SeriesAggreg.Rd +++ b/man/SeriesAggreg.Rd @@ -30,6 +30,8 @@ Warning: on the aggregated outputs, the dates correspond to the beginning of the E.g. use "Q90" for calculating 90th percentile in the aggregation. The formula used is: \code{quantile(x, probs = perc / 100, type = 8, na.rm = TRUE)}. + As there are multiple ways to take into account missing values in aggregation functions, \code{NA}s are not supported by \code{SeriesAggreg} and it provides \code{NA} values when \code{NA}s are present in the \code{x} input. + }