dgGEO_to_SEQNUM | R Documentation |
Uses a discrete global grid system to convert between GEO and SEQNUM (see vignette for details)
dgGEO_to_SEQNUM(dggs, in_lon_deg, in_lat_deg)
dggs |
A dggs object from dgconstruct() |
in_lon_deg |
Vector of longitude, in degrees |
in_lat_deg |
Vector of latitude, in degrees |
Returns a dggs object which can be passed to other dggridR functions
## Not run:
library(dggridR)
dggs <- dgconstruct(res=20)
dgGEO_to_SEQNUM(dggs, in_lon_deg, in_lat_deg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.