hasCoords {magclass} | R Documentation |
Has Coordinates
Description
Checks, whether object contains coordinates.
Usage
hasCoords(x, xlab = "x", ylab = "y")
Arguments
x |
MAgPIE object |
xlab |
label of x-dimension |
ylab |
label of y-dimension |
Value
Boolean indicating whether coordinates were found or not
Author(s)
Jan Philipp Dietrich
See Also
Examples
hasCoords(maxample("pop"))
hasCoords(maxample("animal"))
[Package magclass version 6.13.2 Index]