lambert: Lambert projection

Description Usage Arguments Value Note See Also

View source: R/lambert.R

Description

Lambert projection.

Usage

1
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.

Note

Needs elaboration, might be merged with docs for other proj-functions.

See Also

Called by geoarea, orthproj and Proj.


geo documentation built on May 29, 2017, 5:36 p.m.