powered by
2D Circle Vectors
crc(x = double(), y = double(), r = double(), crs = wk_crs_auto())as_crc(x, ...)# S3 method for wk_crc as_crc(x, ...)# S3 method for matrix as_crc(x, ..., crs = NULL)# S3 method for data.frame as_crc(x, ..., crs = NULL)
as_crc(x, ...)
# S3 method for wk_crc as_crc(x, ...)
# S3 method for matrix as_crc(x, ..., crs = NULL)
# S3 method for data.frame as_crc(x, ..., crs = NULL)
A vector along the recycled length of bounds.
Coordinates of the center
Circle radius
A value to be propagated as the CRS for this vector.
Extra arguments passed to as_crc().
as_crc()
crc(1, 2, 3)
Run the code above in your browser using DataLab