Description Usage Arguments Details Value See Also Examples
Select geographical data points by arbitrary criterion.
1 |
lat |
Latitude of points or list containing lat,lon. |
lon |
Longitude of data points. If missing, this must be part of the lat argument. |
ind |
Selection criterion. |
The normal way of working with geographical data is to store positions as a list with names lat and lon. This is easier for most applications, except selection of subsets, where it is essential to access individual elements. The purpose of this routine is merely to ease the selection process.
Returns list with elements lat,lon which satisfy the criterion.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.