calculate_descriptives: Calculate descriptives: mean, median, percentiles

Description Usage Arguments Value

View source: R/process_gridded_data.R

Description

Calculate descriptives: mean, median, percentiles

Usage

1
calculate_descriptives(data = D, only_mean = FALSE, name = "Quantity")

Arguments

data

a data table of dimensions (days x monitors).

only_mean

logical. If TRUE, onthe the annual mean is returned. If FALSE, the mean, median, 1 percentiles are returned.

name

the character that will be used a prefix in column names

Value

a (monitor x number of descriptives) data table


cchoirat/gridded documentation built on May 14, 2019, 10:33 a.m.