log-methods {magclass} | R Documentation |
log-method for MAgPIE objects
Description
log-method for MAgPIE-objects respectively. Works exactly as for arrays.
Usage
## S4 method for signature 'magpie'
log(x, base = exp(1))
Arguments
x |
a magpie object |
base |
ia positive or complex number: the base with respect to which logarithms are computed. Defaults to e=exp(1). |
Methods
- x = "magpie"
works as log(x) for arrays.
[Package magclass version 6.13.2 Index]