powered by
Uses a discrete global grid system to convert between Q2DD and Q2DD (see vignette for details)
dgQ2DD_to_Q2DD(dggs, in_quad, in_qx, in_qy)
Returns a dggs object which can be passed to other dggridR functions
A dggs object from dgconstruct()
Vector of quad numbers
Vector of quadrant x values
Vector of quadrant y values
if (FALSE) { library(dggridR) dggs <- dgconstruct(res=20) dgQ2DD_to_Q2DD(dggs, in_quad, in_qx, in_qy) }
Run the code above in your browser using DataLab