Description Usage Arguments Details Value
When format
is items
, data
examples are
1 2 3 4 5 6 7 8 | Items Group
g1 Set1
g2 Set1
a1 Set3
a3 Set1
b4 Set1
g1 Set2
h1 Set4
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | sp_EulerDiagrams(
data,
format = "items",
intersection_variable = NULL,
count_variable = NULL,
item_variable = NULL,
set_variable = NULL,
type = c("counts"),
shape = "circle",
manual_color_vector = NULL,
alpha = 1,
legend.position = "right",
font_quantities = 1,
lty = 1,
labels_font = 1,
saveplot = NULL,
saveppt = FALSE,
...
)
|
data |
One filename or dataframe containing data in specified formats with header line. |
format |
|
intersection_variable |
Only used when |
count_variable |
Only used when |
item_variable |
Only used when |
set_variable |
Only used when |
type |
Show |
shape |
Use |
alpha |
Generate an alpha transparency values for return colors. 0 means fully transparent and 1 means opaque. Default 1. |
legend.position |
Position of legend, accept top, bottom, left, right, none or c(0.8,0.8). |
font_quantities |
Font size for numbers in Euler plot. Default |
lty |
Line type of circle or ellipse edges from |
labels_font |
Font size for labels in Euler plot. Default |
saveplot |
Save plot to given file "a.pdf", "b.png". |
saveppt |
Output PPT format. |
... |
Other parameters given to base_plot_save |
When format
is counts
, data
examples are
1 2 3 4 5 6 7 8 9 10 11 12 | Intersection Count
Set1&Set2 2
Set1&Set3&Set4&Set5 1
Set3&Set5 2
Set1 1
Set2&Set4 1
Set2&Set3&Set4 1
Set2&Set5 1
Set3 1
Set5 1
Set4&Set5 1
Set4 2
|
a grid object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.