DomainPoints | R Documentation |
This function returns the co-ordinates of all the grid
points of a given geofield
domain.
DomainPoints(geo,type='lalo')
geo |
May be either a geofield object or only its domain
descrtiption ( |
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. |
A list containing 2 real-valued matrices lon
and
lat
(or x
and y
)..
DomainExtent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.