where {magclass} | R Documentation |
where
Description
Analysis function for magpie objects
Usage
where(x, plot = NULL)
Arguments
x |
A logical statement with a magpie object |
plot |
deprecated. Use the function whereplot in package luplot. |
Value
A list of analysis parameters
Author(s)
Benjamin Leon Bodirsky, Jan Philipp Dietrich
See Also
whereplot in package luplot
Examples
p <- maxample("pop")
where(p > 500)
[Package magclass version 6.13.2 Index]