gridcell2lnglat: Query Grid Identifier for Coordinates

Description Usage Arguments Value Author(s) References See Also Examples

Description

The function returns a longitude and latitude coordinate pair based on the grid identifier.

Usage

1

Arguments

x

Character. A grid cell identifier, e.g. "8144-3".

Value

A two-column matrix. First column is longitude, second latitude.

Author(s)

Roland Kaiser

References

Niklfeld, H. (1971): Bericht über die Kartierung der Flora Mitteleuropas. Taxon 20: 545-571.

See Also

floragrid, lnglat2gridcell

Examples

1
2
3
4
5
6
7
8
9
# test against floragrid()
x <- floragrid(extent(12, 13, 47, 48))

# the function returns the exact same center points
xx <- gridcell2lnglat(x$GRIDCELL)

plot(x)

points(xx)

kardinal-eros/sabotag-tools documentation built on May 20, 2019, 7:21 a.m.