Description Usage Arguments Author(s)
View source: R/metaclipcc.DatasetSubset.R
Build a directed metadata graph describing a subset of Dataset
1 2 3 4 5 6 7 8 9 | metaclipcc.DatasetSubset(
metaclipcc.Dataset,
Dataset.name,
variable,
time.res.orig = c("P1D", "P1M"),
ipcc.region = "GlobalExtent",
season = 1:12,
years
)
|
metaclipcc.Dataset |
METACLIP description of the Dataset, as returned by |
Dataset.name |
Name (label) of the Dataset. This dataset must be included in the internal
lookup table, that can be accessed via |
variable |
Code of the ECV. This must be an individual instance of |
time.res.orig |
Temporal resolution of the original data, as downloaded from ESGF. Monthly ( |
ipcc.region |
Code of the IPCC region. This must be an individual instance of |
season |
Season. Integer vector of (correlative) months, e.g.: |
years |
Integer vector of length two with start/end year of the period, e.g.: |
J. Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.