Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for specifying PROJ.4 arguments associated with a coordinate reference system (CRS). The arguments must be entered exactly as in the PROJ.4 documentation, in particular there cannot be any white space in +<arg>=<value> strings, and successive such strings can only be separated by blanks.
1 | SetCrs(crs = sp::CRS(as.character(NA)), parent = NULL)
|
crs |
CRS. Coordinate reference system described using PROJ.4 arguments. |
parent |
tkwin. GUI parent window |
Returns an updated value of the crs
argument.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
SetCrs("+init=epsg:4326")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.