dgPROJTRI_to_GEO | R Documentation |
Uses a discrete global grid system to convert between PROJTRI and GEO (see vignette for details)
dgPROJTRI_to_GEO(dggs, in_tnum, in_tx, in_ty)
dggs |
A dggs object from dgconstruct() |
in_tnum |
Vector of triangle numbers |
in_tx |
Vector of triangle x values |
in_ty |
Vector of triangle y values |
Returns a dggs object which can be passed to other dggridR functions
## Not run:
library(dggridR)
dggs <- dgconstruct(res=20)
dgPROJTRI_to_GEO(dggs, in_tnum, in_tx, in_ty)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.