Return the extent of a set of FIRs.

extent_fir(firs, crs)

Arguments

firs

the relevant NM FIRs.

crs

the proj projection string.

Value

A data frame of the extent of the input data.

Examples

if (FALSE) {
crs <- sf::st_crs(3035)
extent_fir(firs_nm_406, crs)
}