Arrange points for Venn diagram
arrange_venn(
data,
sets = NULL,
radius = 1.5,
max_iterations = 10,
verbose = FALSE,
outwards_adjust = 1.3,
extract_sets = FALSE,
extract_regions = FALSE,
repeat_in_intersections = FALSE,
starting_grid_size = "auto"
)
a dataframe including binary columns representing membership in sets
vector with names of columns representing membership in sets
the radius of the circle
the maximal number of iterations
should debugging notes be printed?
the multiplier defining the distance from the centre
should only sets be extracted?
should all unique regions be extracted?
repeat intersection k times where k is the number of sets it belongs to?
the starting size of the grid for placement of elements