get_bounding_box: Get the bounding box of an ellipse

View source: R/geometry.R

get_bounding_boxR Documentation

Get the bounding box of an ellipse

Description

Get the bounding box of an ellipse

Usage

get_bounding_box(h, k, a, b = NULL, phi = NULL)

Arguments

h

x-coordinate for the center

k

y-coordinate for the center

a

radius or semi-major axis

b

semi-minor axis

phi

rotation

Value

The bounding box as a list with xlim and ylim


eulerr documentation built on May 29, 2024, 1:35 a.m.