Learn R Programming

fastbioclim (version 0.3.0)

bio08_fast: bio08_fast: Mean Temperature of Wettest Period

Description

Calculates mean temperature of the period with the highest precipitation sum.

Usage

bio08_fast(tperiod, pperiod_max_idx, period_length, cell)

Value

Matrix with "bio08", "cell".

Arguments

tperiod

Matrix of temperature period sums (output from `var_periods`).

pperiod_max_idx

Vector indicating the index (1-based) of the wettest period for each row.

period_length

Integer. Number of units per period.

cell

Vector of original cell IDs.