| geom_venn_circle {ComplexUpset} | R Documentation | 
Circle for Venn diagram
Description
Circle for Venn diagram
Usage
geom_venn_circle(
  data,
  mapping = aes_(),
  sets = NULL,
  radius = 1.5,
  resolution = 100,
  size = 0.8,
  color = "black",
  ...
)
Arguments
data | 
 a dataframe including binary columns representing membership in sets  | 
mapping | 
 the aesthetics mapping  | 
sets | 
 vector with names of columns representing membership in sets  | 
radius | 
 the radius of the circle  | 
resolution | 
 the resolution of the circle rasterizer  | 
size | 
 width of the outline  | 
color | 
 the color of the outline  | 
... | 
 Arguments passed on to  
  |