Description Usage Arguments Details Value See Also
Produces estimated climate values for a chosen climate dimension for each of the values supplied to the time_grid
argument to climate_histories
. For examples why not see the wonderful Bclim vignette (available at https://cran.r-project.org/web/packages/Bclim/index.html) and the author's personal webpage (https://maths.ucd.ie/parnell)?
1 2 3 |
object |
An object of class |
dim |
The chosen climate dimension. This could be GDD5 (dim=1), MTCO (dim=2) or AET/PET (dim=3) |
probs |
The chosen values at which to compute time-wise quantiles. The default is a 90% interval, i.e. from 5% to 95% |
... |
Not used |
The output is a table of time-wise confidence/credibility intervals for the climate histories at each time point given on the time grid for the specified climate dimension. The results can be saved in an object if required.
A data frame with the following columns:
time_grid The provided time grid points
quantiles The quantiles of the climate variable for the specified probabilities
Note that this object is reported silently so will be discarded unless the function is called with an object as in the vignette.
See climate_histories
for creating objects suitable for this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.