Nothing
Code
normalize_ggvenn_output(ggvenn(a, show_elements = TRUE))
Output
[[1]]
[[1]]$A
[1] TRUE TRUE TRUE FALSE
[[1]]$B
[1] TRUE FALSE FALSE TRUE
[[1]]$label
[1] "apple" "pear" "peach" "lemon"
[[1]]$PANEL
[1] 1 1 1 1
Levels: 1
[[1]]$group
[1] 3 2 2 1
attr(,"n")
[1] 3
[[1]]$xmin
[1] -1.866163 -1.866163 -1.866163 -1.866163
[[1]]$xmax
[1] 1.866667 1.866667 1.866667 1.866667
[[1]]$ymin
[1] -1.199874 -1.199874 -1.199874 -1.199874
[[1]]$ymax
[1] 1.4 1.4 1.4 1.4
Code
normalize_ggvenn_output(ggvenn(a, show_elements = TRUE, label_sep = "\n"))
Output
[[1]]
[[1]]$A
[1] TRUE TRUE TRUE FALSE
[[1]]$B
[1] TRUE FALSE FALSE TRUE
[[1]]$label
[1] "apple" "pear" "peach" "lemon"
[[1]]$PANEL
[1] 1 1 1 1
Levels: 1
[[1]]$group
[1] 3 2 2 1
attr(,"n")
[1] 3
[[1]]$xmin
[1] -1.866163 -1.866163 -1.866163 -1.866163
[[1]]$xmax
[1] 1.866667 1.866667 1.866667 1.866667
[[1]]$ymin
[1] -1.199874 -1.199874 -1.199874 -1.199874
[[1]]$ymax
[1] 1.4 1.4 1.4 1.4
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.