View source: R/find_crs_extent.R
find_crs_extent | R Documentation |
This function extracting the extent of coordinate reference systems (crs) from epsg website. The extent is required for grid_generation function.
find_crs_extent(crs_num = "2154")
crs_num |
Character vector of crs number, e.g. "4326" |
The function returns the extent bounds (xmin,ymin,xmax,ymax)
Xiao Feng
## Not run:
crs <- find_CRS_extent(crs_num = "2154")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.