get_bounding_box | R Documentation |
Get the bounding box of an ellipse
get_bounding_box(h, k, a, b = NULL, phi = NULL)
h |
x-coordinate for the center |
k |
y-coordinate for the center |
a |
radius or semi-major axis |
b |
semi-minor axis |
phi |
rotation |
The bounding box as a list with xlim and ylim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.