2D rectangle vectors
rct(
xmin = double(),
ymin = double(),
xmax = double(),
ymax = double(),
crs = wk_crs_auto()
)
as_rct(x, ...)
# S3 method for class 'wk_rct'
as_rct(x, ...)
# S3 method for class 'matrix'
as_rct(x, ..., crs = NULL)
# S3 method for class 'data.frame'
as_rct(x, ..., crs = NULL)
A vector along the recycled length of bounds.
rct(1, 2, 3, 4)
#> <wk_rct[1]>
#> [1] [1 2 3 4]