MrQuantile: Get quantiles from a S4 object

View source: R/auxiliaryFun.R

MrQuantileR Documentation

Get quantiles from a S4 object

Description

Get quantiles from a S4 object with the dimensions c("var", "member", "time", "y", "x")

Usage

MrQuantile(obj, k = NULL)

Arguments

obj

S4 object with dimensions c("var", "member", "time", "y", "x") it can be a station, field, multi-member field, etc

k

order of the quantile/s (e.g. c(1/3, 2/3) for terciles). Terciles are computed by default.

Value

A S4 object with quantiles. The object has dimensions c("var", "member", "time", "y", "x")

Author(s)

M. D. Frias mariadolores.frias@unican.es and J. Fernandez


SantanderMetGroup/visualizeR documentation built on Oct. 28, 2023, 6:11 a.m.