R/ext_vect_to_matrix.R
ext_vect_to_matrix.Rd
Extent vector to matrix
ext_vect_to_matrix(x)
numeric length 4, consisting of c(xmin, xmax, ymin, ymax) dimensions of extent
numeric
c(xmin, xmax, ymin, ymax)
2x2 matrix
matrix
ext_vect_to_matrix(c(111,112,0, 1)) #> min max #> x 111 112 #> y 0 1