dgQ2DI_to_Q2DI {dggridR}R Documentation

Convert from Q2DI to Q2DI

Description

Uses a discrete global grid system to convert between Q2DI and Q2DI (see vignette for details)

Usage

dgQ2DI_to_Q2DI(dggs, in_quad, in_i, in_j)

Arguments

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

Value

Returns a dggs object which can be passed to other dggridR functions

Examples

## Not run: 
library(dggridR)
dggs <- dgconstruct(res=20)

dgQ2DI_to_Q2DI(dggs, in_quad, in_i, in_j)

## End(Not run)


[Package dggridR version 3.0.0 Index]