Get the bounding box of an ellipse
get_bounding_box(h, k, a, b = NULL, phi = NULL)
h
: x-coordinate for the centerk
: y-coordinate for the centera
: radius or semi-major axisb
: semi-minor axisphi
: rotationThe bounding box as a list with xlim and ylim
Useful links