| get_bounding_box | R Documentation |
Dispatches on the shape kind. Ellipse/circle use the rotated-ellipse bounding-box formula; rectangle/square use width/height (or side) directly since both are axis-aligned in eunoia.
get_bounding_box(shapes, k = NULL, a = NULL, b = NULL, phi = NULL)
shapes |
the |
k, a, b, phi |
legacy ellipse parameters; only used when |
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.