Find Lat-Lon (or X-Y) coordinates of all grid points.
DomainPoints.Rd
This function returns the co-ordinates of all the grid
points of a given geofield
domain.
Arguments
- geo
May be either a geofield object or only its domain descrtiption (
attributes(x,"domain")
.- type
Default is "lalo": the Lat-Lon co-ordinates of all grid points. Alternative is "xy" which may be useful for projected grids. It returns the X-Y co-ordinates of the grid points as they appear in a graph.