xlCRS: Coordinate Reference System objects

Description Usage Arguments Details Value References

View source: R/xlConstants.R

Description

Returns a CRS object for geo-spatial analysis.

Usage

1
xlCRS(system = "wgs84")

Arguments

system

A string, either wgs84 (default), bng or google.

Details

There are a few constants that are useful in geo-spatial analysis: CRS such as World Geodetic System (wgs84) and British National Grid (bng).

Input system can be one of the below values:

Value

A CRS (coordinate reference system) object from calling CRS. So far the elements are the CRS objects wgs84, bng and google. More will come as needed.

References

http://spatialreference.org/ref/epsg/.


xinye1/xltools documentation built on Dec. 2, 2020, 7:23 p.m.