Generate a Venn diagram for the data.
Usage
visualize.venn(
dataSet,
show_percentage = TRUE,
fill_color = c("blue", "yellow", "green", "red"),
saveRes = TRUE
)Arguments
- dataSet
A data frame containing the data signals.
- show_percentage
A logical value (default = TRUE) specifying whether to show the percentage for each set.
- fill_color
A character vector (default = c("blue", "yellow", "green", "red")) specifying the colors to fill in circles.
- saveRes
A logical value (default = TRUE) specifying whether to save the data, with logical columns representing sets, to current working directory.
