powered by
2D rectangle vectors
rct(xmin = double(), ymin = double(), xmax = double(), ymax = double())as_rct(x, ...)# S3 method for rct as_rct(x, ...)# S3 method for matrix as_rct(x, ...)# S3 method for data.frame as_rct(x, ...)
as_rct(x, ...)
# S3 method for rct as_rct(x, ...)
# S3 method for matrix as_rct(x, ...)
# S3 method for data.frame as_rct(x, ...)
Rectangle bounds.
An object to be converted to a rct().
rct()
Extra arguments passed to as_rct().
as_rct()
A vector along the recycled length of bounds.
# NOT RUN { rct(1, 2, 3, 4) # }
Run the code above in your browser using DataLab