subsetpointmodela: Subsets outputs from point microclimate model run over arrays

View source: R/dataprep.R

subsetpointmodelaR Documentation

Subsets outputs from point microclimate model run over arrays

Description

The function 'subsetpointmodela' is the equivalent of [subsetpointmodel()] used for outputs from ['runpointmodela()]

Usage

subsetpointmodela(pointmodela, tstep = "month", what = "tmax", days = NA)

Arguments

pointmodela

a list of model outputs from the point microclimate model applied over arrays as returned by [runpointmodela()].

tstep

one of 'year' or 'month' (see details)

what

one of 'tmax', 'tmin' or 'tmedian' (maximum, minimum or median temperature repsectively - see details)

days

optionally a vector of the days in the time sequence to return data for (if provided tstep is ignored)

Value

A list with the same format as 'pointmodela' but with specified values 'only selected.

See Also

[subsetpointmodel()], [runpointmodela()]


ilyamaclean/microclimf documentation built on Sept. 28, 2024, 4:55 p.m.