setItems | R Documentation |
Set items of a given (sub-)dimension of a MAgPIE-object
setItems(x, dim, value, maindim = NULL, raw = FALSE)
x |
MAgPIE object |
dim |
Dimension for which the items should be returned. Either number or
name of dimension or a vector of these. See |
value |
a vector with the length of the main dimension the dimnames should be replaced in / added to. If set to NULL the corresponding dimension will be removed. |
maindim |
main dimension the data should be added to (does not need to be set if |
raw |
if set to FALSE inputs will be corrected (e.g. dots replaced by the letter "p") if necessary. If TRUE data will be written as is (risking the creation of inconsistent objects). |
the manipulated MAgPIE object
Jan Philipp Dietrich
getItems
x <- maxample("pop")
setItems(x, "i", paste0("REG", 1:ncells(x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.