Make polygon_list circles
Arguments
- xcenter, ycenter
numericvector that defines the x and y coordinate position of the center of each circle.- setnames
vectorthat contains names for each circle, stored asnames()for each polygon. WhensetnamesisNULLthen index numbers are used.- radius
numericvector that defines the radius of each circle. Thisvectoris recycled tolength(xcenter).- n
integervalue indicating the number of subdivisions to use in the circle.- ...
additional arguments are ignored.
See also
Other JamPolygon:
JamPolygon-class,
[,JamPolygon-method,
add_orientation_JamPolygon(),
area_JamPolygon(),
bbox_JamPolygon(),
buffer_JamPolygon(),
check_JamPolygon(),
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_ellipses(),
sample_JamPolygon(),
split_JamPolygon(),
union_JamPolygon(),
update_JamPolygon()
