rct_xmin | R Documentation |
Rectangle accessors and operators
rct_xmin(x)
rct_ymin(x)
rct_xmax(x)
rct_ymax(x)
rct_width(x)
rct_height(x)
rct_intersects(x, y)
rct_contains(x, y)
rct_intersection(x, y)
x , y |
|
rct_xmin()
, rct_xmax()
, rct_ymin()
, and rct_ymax()
return
the components of the rct()
.
x <- rct(0, 0, 10, 10)
y <- rct(5, 5, 15, 15)
rct_xmin(x)
rct_ymin(x)
rct_xmax(x)
rct_ymax(x)
rct_height(x)
rct_width(x)
rct_intersects(x, y)
rct_intersection(x, y)
rct_contains(x, y)
rct_contains(x, rct(4, 4, 6, 6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.