bio10_fast: bio10_fast: Mean Temperature of Warmest Period
Description
Calculates mean temperature of the period with the highest temperature sum.
Usage
bio10_fast(tperiod, tperiod_max_idx, period_length, cell)
Value
Matrix with "bio10", "cell".
Arguments
- tperiod
Matrix of temperature period sums.
- tperiod_max_idx
Vector indicating the index (1-based) of the warmest period.
- period_length
Integer. Number of units per period.
- cell
Vector of original cell IDs.