subsetpointmodela | R Documentation |
The function 'subsetpointmodela' is the equivalent of [subsetpointmodel()] used for outputs from ['runpointmodela()]
subsetpointmodela(pointmodela, tstep = "month", what = "tmax", days = NA)
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) |
A list with the same format as 'pointmodela' but with specified values 'only selected.
[subsetpointmodel()], [runpointmodela()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.