Learn R Programming

SeaVal (version 1.1.1)

get_terciles: get terciles from a data table

Description

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

Usage

get_terciles(...)

Value

See get_quantiles.

Arguments

...

passed on to get_quantiles.

Examples

Run this code
# \donttest{
# takes a few seconds:
get_terciles(chirps_monthly)
# }

Run the code above in your browser using DataLab