get_terciles {SeaVal}R 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)



[Package SeaVal version 1.2.0 Index]