get_terciles: get terciles from a data table

get_tercilesR Documentation

get terciles from a data table

Description

This function wraps get_quantiles with the fixed quantiles 0.33 and 0.67.

Usage

get_terciles(...)

Arguments

...

passed on to get_quantiles.

Value

See get_quantiles.

Examples


# takes a few seconds:
get_terciles(chirps_monthly)



SeaVal documentation built on June 24, 2024, 5:15 p.m.