This function allows get_friction_surface()
to accept the argument extent
as a vector
, 2x2 matrix
, SpatVector
, or SpatRaster
and extracts and converts into the annoyingly specific format necessary to download the friction surface. See details in ?get_friction_surface
Examples
ext_matrix(c(111,112,0, 1))
#> min max
#> x 111 112
#> y 0 1