dgPROJTRI_to_SEQNUM: Convert from PROJTRI to SEQNUM

View source: R/cwrapper.R

dgPROJTRI_to_SEQNUMR Documentation

Convert from PROJTRI to SEQNUM

Description

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

Usage

dgPROJTRI_to_SEQNUM(dggs, in_tnum, in_tx, in_ty)

Arguments

dggs

A dggs object from dgconstruct()

in_tnum

Vector of triangle numbers

in_tx

Vector of triangle x values

in_ty

Vector of triangle y values

Value

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

Examples

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

dgPROJTRI_to_SEQNUM(dggs, in_tnum, in_tx, in_ty)

## End(Not run)


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