Learn R Programming

dggridR (version 3.1.0)

dgGEO_to_PLANE: Convert from GEO to PLANE

Description

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

Usage

dgGEO_to_PLANE(dggs, in_lon_deg, in_lat_deg)

Value

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

Arguments

dggs

A dggs object from dgconstruct()

in_lon_deg

Vector of longitude, in degrees

in_lat_deg

Vector of latitude, in degrees

Examples

Run this code
if (FALSE) {
library(dggridR)
dggs <- dgconstruct(res=20)

dgGEO_to_PLANE(dggs, in_lon_deg, in_lat_deg)
}

Run the code above in your browser using DataLab