find_crs_extent: Find extent given a coordinate reference system.

View source: R/find_crs_extent.R

find_crs_extentR Documentation

Find extent given a coordinate reference system.

Description

This function extracting the extent of coordinate reference systems (crs) from epsg website. The extent is required for grid_generation function.

Usage

find_crs_extent(crs_num = "2154")

Arguments

crs_num

Character vector of crs number, e.g. "4326"

Value

The function returns the extent bounds (xmin,ymin,xmax,ymax)

Author(s)

Xiao Feng

Examples

## Not run: 
crs <- find_CRS_extent(crs_num = "2154")

## End(Not run)

BiogeographyLab/gridder documentation built on April 21, 2024, 2:32 a.m.