yanlinlin82 / ggvenn

Venn Diagram by ggplot2, with really easy-to-use API.
Other
167 stars 25 forks source link

Added value_type argument to choose what value to display #6

Closed dhammarstrom closed 4 years ago

dhammarstrom commented 4 years ago

value_type in ggvenn makes it possible to chose to only display counts (set value to "counts") compared to both counts and percentages (value_type == "both").