dgQ2DI_to_PLANE: Convert from Q2DI to PLANE

View source: R/cwrapper.R

dgQ2DI_to_PLANER Documentation

Convert from Q2DI to PLANE

Description

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

Usage

dgQ2DI_to_PLANE(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_PLANE(dggs, in_quad, in_i, in_j)

## End(Not run)


dggridR documentation built on Jan. 22, 2023, 1:15 a.m.