Rdocumentation
powered by
Learn R Programming
EnviroStat (version 0.4-2)
Flamb2: Lambert projection
Description
Projects the geo-coordinates into rectangular ones using the Lambert projection.
Usage
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