dgGEO_to_PROJTRI {dggridR} | R Documentation |
Convert from GEO to PROJTRI
Description
Uses a discrete global grid system to convert between GEO and PROJTRI (see vignette for details)
Usage
dgGEO_to_PROJTRI(dggs, in_lon_deg, in_lat_deg)
Arguments
dggs |
A dggs object from dgconstruct() |
in_lon_deg |
Vector of longitude, in degrees |
in_lat_deg |
Vector of latitude, in degrees |
Value
Returns a dggs object which can be passed to other dggridR functions
Examples
## Not run:
library(dggridR)
dggs <- dgconstruct(res=20)
dgGEO_to_PROJTRI(dggs, in_lon_deg, in_lat_deg)
## End(Not run)
[Package dggridR version 3.1.0 Index]