lalopoint | R Documentation |
In the given grid, the point closest to the (Lon,Lat) co-ordinates is
found. This function is obsolete. Use point.interp
.
lalopoint(geo, lon, lat, minimise='proj', mask=NULL)
geo |
A |
lon , lat |
longitude and latitude. |
minimise |
Which "distance" to minimise: can be 'lalo' (minimise lat-lon) or 'proj' (minimise geographical distance in the projection). |
mask |
Take the closest point where mask==TRUE. |
A list with following members:
data |
The value of the field in the chosen grid point. If |
lonlat |
The actual coordinates of the chosen grid point. |
index |
The matrix indices of the chosen grid point. |
point.interp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.