hasCoords: Has Coordinates

View source: R/hasCoords.R

hasCoordsR 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

getCoords

Examples


hasCoords(maxample("pop"))
hasCoords(maxample("animal"))



magclass documentation built on July 9, 2023, 7:03 p.m.