Learn R Programming

fastbioclim (version 0.3.0)

bio13_fast: bio13_fast: Precipitation of Wettest Unit

Description

Identifies precipitation of the wettest unit, potentially using a static index.

Usage

bio13_fast(prcp, cell, index_vector = NULL)

Value

Matrix with "bio13", "cell".

Arguments

prcp

Matrix of precipitation values for each unit.

cell

Vector of original cell IDs.

index_vector

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