round-methods | R Documentation |
Round-method for MAgPIE-objects respectively. Works exactly as for arrays.
## S4 method for signature 'magpie'
round(x, digits = 0)
x |
a magpie object |
digits |
integer indicating the number of decimal places (round) or significant digits (signif) to be used. Negative values are allowed. |
works as round(x) for arrays.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.