Flamb2 {EnviroStat} | R Documentation |
Projects the geo-coordinates into rectangular ones using the Lambert projection.
Flamb2(geoconfig, latrf1 = NA, latrf2 = NA, latref = NA, lngref = NA)
geoconfig |
n \times 2 matrix, containing geo-coordinates in format
( |
latref, lngref |
latitute and -longitude of the reference point (mid-point if not provided) |
latrf1, latrf2 |
range of latitudes used in the projection (default: |
A list containing the following named components:
xy |
n \times 2 matrix of Lambert projection coordinates |
latref, lngref |
|
latrf1, latrf2 |