Learn R Programming

fastbioclim (version 0.3.0)

bio14_fast: bio14_fast: Precipitation of Driest Unit

Description

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

Usage

bio14_fast(prcp, cell, index_vector = NULL)

Value

Matrix with "bio14", "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 min Prec.