seasonal_ranges: Benchmark seasonal data by ranges based boxplots statistics...

Description Usage Arguments Details Value Author(s)

View source: R/seasonal_ranges.R

Description

Benchmark time series data based ranges following boxplot statistics and outliers.

Usage

1
seasonal_ranges(x, size = 1000, sample = FALSE, melt = TRUE)

Arguments

x

an object of class dataframe, matrix, or RasterStack. Names of x should be dates in the format X%Y.%m.%d.

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.

Details

To be documented

Value

data.frame or list (if melt is false).

Author(s)

Issoufou Liman


Issoufou-Liman/growingSeason documentation built on Jan. 23, 2020, 3:43 a.m.