Rdocumentation
powered by
Learn R Programming
geo (version 1.4-3)
lambert: Lambert projection
Description
Lambert projection.
Usage
lambert(lat, lon, lat0, lon0, lat1, scale = "km", old = F)
Arguments
lat,lon
Coordinates as latitude and longitude vectors
lat0
First latitude defining of the projection
lon0
Longitude defining the projection
lat1
Second latitude defining the projection
scale
Scale, default "km", redundant ??
old
Old method ?
Value
List of components:
lat, lon
Coordinates in latitude and longitude
x, y
Input coordinates (projected)
scale
Scale
projection
Projection (stated redunantly)
lat0, lon0, lat1
Defining lats and lon
is returned invisibly.
See Also
Called by
geoarea
,
orthproj
and
Proj
.