Flamb2: Lambert projection

Description Usage Arguments Value

Description

Projects the geo-coordinates into rectangular ones using the Lambert projection.

Usage

1
Flamb2(geoconfig, latrf1 = NA, latrf2 = NA, latref = NA, lngref = NA)

Arguments

geoconfig

n \times 2 matrix, containing geo-coordinates in format (lat, -long, in degrees) of n locations.

latref, lngref

latitute and -longitude of the reference point (mid-point if not provided)

latrf1, latrf2

range of latitudes used in the projection (default: latref +/- .3 * range(latitudes))

Value

A list containing the following named components:

xy

n \times 2 matrix of Lambert projection coordinates

latref, lngref
latrf1, latrf2

EnviroStat documentation built on May 2, 2019, 2:32 p.m.