polygon_ellipses | R Documentation |
Make polygon_list ellipses
polygon_ellipses(
xcenter,
ycenter,
setnames = NULL,
xradius = 1,
yradius = 2,
rotation_degrees = c(0),
n = 60,
...
)
xcenter , ycenter |
|
setnames |
|
xradius , yradius |
|
n |
|
... |
additional arguments are ignored. |
rotation_degree |
|
This function creates one or more ellipses as polygon_list list
objects.
JamPolygon
object
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()
ejp <- polygon_ellipses(c(3, 2), c(2, 3),
xradius=c(1, 4),
yradius=c(5, 2))
plot(ejp, fill=c("#FF000077", "#FFDD0077"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.