DomainExtent | R Documentation |
A function that returns the basic dimensions of a domain.
DomainExtent(geo)
geo |
May be either a geofield object or only its domain
descrtiption ( |
The result is a list with elements:
lonlim , latlim |
The extreme longitude and latitude values of he domain. |
clonlat |
The (lon,lat) of the center of the domain. |
x0 , x1 , y0 , y1 |
The SW and NE points of the domain in projection co-ordinates. |
dx , dy |
The interval between grid points in meters. |
nx , ny |
The number of points in X and Y direction. |
DomainPoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.