2D Circle Vectors
crc(x = double(), y = double(), r = double(), crs = wk_crs_auto())
as_crc(x, ...)
# S3 method for class 'wk_crc'
as_crc(x, ...)
# S3 method for class 'matrix'
as_crc(x, ..., crs = NULL)
# S3 method for class 'data.frame'
as_crc(x, ..., crs = NULL)
A vector along the recycled length of bounds.
crc(1, 2, 3)
#> <wk_crc[1]>
#> [1] [1 2, r = 3]