View source: R/create-shapes.R
create_rectangle | R Documentation |
x
and y
coordinates that form a rectangleCreate a set of x
and y
coordinates that form a rectangle
create_rectangle(x_min, x_max, y_min, y_max)
x_min |
The minimum value of |
x_max |
The maximum value of |
y_min |
The minimum value of |
y_max |
The maximum value of |
A data frame containing the points needed to draw the specified rectangle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.