Description Usage Arguments Details Value Author(s)
View source: R/seasonal_ranges.R
Benchmark time series data based ranges following boxplot statistics and outliers.
1 | seasonal_ranges(x, size = 1000, sample = FALSE, melt = TRUE)
|
x |
an object of class dataframe, matrix, or RasterStack. Names of x should
be dates in the format |
size |
Integer. Sample size (if sample is TRUE or if the data cannot be process in memory). |
sample |
Logical. Should the data be sampled? If TRUE, the result is based on a ramdon sampling of the original data. |
melt |
Logical. Should the data be melted to long format? If False, the result is a list. |
To be documented
data.frame or list (if melt is false).
Issoufou Liman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.