From f627dd32f4ee3547f0fc5352bf1fbedd34a4bbcb Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 16 Jun 2021 08:35:31 +0200 Subject: [PATCH] docs(man): add explanations in the 'details' section of the SeriesAggreg doc Refs #128 --- man/SeriesAggreg.Rd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/SeriesAggreg.Rd b/man/SeriesAggreg.Rd index 48d5da1c..cbd43f90 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. + } -- GitLab