Learn R Programming

fastbioclim (version 0.3.0)

bio05_fast: bio05_fast: Max Temperature of Warmest Unit

Description

Identifies max temperature of the warmest unit, potentially using a static index.

Usage

bio05_fast(tmax, cell, index_vector = NULL)

Value

Matrix with "bio05", "cell".

Arguments

tmax

Matrix of maximum temperatures for each unit.

cell

Vector of original cell IDs.

index_vector

Optional vector of unit indices (1-based). If provided, extracts Tmax for that unit. If NULL, finds overall max Tmax.