dgQ2DI_to_SEQNUM | R Documentation |
Uses a discrete global grid system to convert between Q2DI and SEQNUM (see vignette for details)
dgQ2DI_to_SEQNUM(dggs, in_quad, in_i, in_j)
dggs |
A dggs object from dgconstruct() |
in_quad |
Vector of quad numbers |
in_i |
Vector of quadrant i values |
in_j |
Vector of quadrant j values |
Returns a dggs object which can be passed to other dggridR functions
## Not run:
library(dggridR)
dggs <- dgconstruct(res=20)
dgQ2DI_to_SEQNUM(dggs, in_quad, in_i, in_j)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.