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