Description Usage Arguments See Also
View source: R/calculate_ensemble.R
For each region
, the function calc_extentwise_ensemble
is called on the set of cells belonging to that region.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
data |
A data.frame with three dimensions – as generated by
|
subset |
A logical vector used to subset gridcells from |
region |
A character or numeric vector of a length equal to the first
dimension of |
area |
A numeric vector. Its length corresponds to the first dimension
of |
fcentral |
A character string naming the function to calculate a central
tendency across the spatial extent for each GCMs;
one of "mean" or "median". The function is used to calculate the
region-wide (weighted) statistic on which the GCMs are ranked. See
|
funs |
A vector of character strings or of functions. The functions of
the form |
probs |
A numeric vector of probabilities with values in |
... |
Optional arguments passed to |
ties.method |
A character string. Specifies how ties are treated. See
|
variables |
A vector of character strings. A subset of names of the
second dimension of |
reqCSs |
A vector of character strings. A subset of (climate) scenarios
from |
verbose |
A logical value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.