Make polygon_list ellipses
Usage
polygon_ellipses(
xcenter,
ycenter,
setnames = NULL,
xradius = 1,
yradius = 2,
rotation_degrees = c(0),
n = 60,
...
)
Arguments
- xcenter, ycenter
numeric
vector that defines the x and y coordinate position of the center of each ellipse.- setnames
vector
that contains names for each circle, stored asnames()
for each polygon. Whensetnames
isNULL
then index numbers are used.- xradius, yradius
numeric
vector that defines the radius of each ellipse along the x-axis and y-axis, respectively. Eachvector
is recycled tolength(xcenter)
.- n
integer
value indicating the number of subdivisions to use in the circle.- ...
additional arguments are ignored.
- rotation_degree
numeric
vector representing degrees to rotate each ellipse after it is created, where values are conformed to between0
and360
, rotating clockwise.
See also
Other JamPolygon:
JamPolygon-class
,
Venndir-class
,
[,JamPolygon,ANY,ANY,ANY-method
,
add_orientation_JamPolygon()
,
area_JamPolygon()
,
bbox_JamPolygon()
,
buffer_JamPolygon()
,
check_JamPolygon()
,
check_Venndir()
,
eulerr_to_JamPolygon()
,
farthest_point_JamPolygon()
,
find_venn_overlaps_JamPolygon()
,
has_point_in_JamPolygon()
,
intersect_JamPolygon()
,
label_fill_JamPolygon()
,
label_outside_JamPolygon()
,
label_segment_JamPolygon()
,
labelr_JamPolygon()
,
minus_JamPolygon()
,
nearest_point_JamPolygon()
,
nudge_JamPolygon()
,
plot.JamPolygon()
,
point_in_JamPolygon()
,
polyclip_to_JamPolygon()
,
polygon_circles()
,
sample_JamPolygon()
,
split_JamPolygon()
,
union_JamPolygon()
,
update_JamPolygon()