| scatter_plot {UpSetR} | R Documentation |
A pre-made scatter plot that can be added to the custom.plot paramter.
scatter_plot(mydata, x, y)
mydata |
A data set containing intersection data provided internally |
x |
The x aesthetic for the scatter plot |
y |
The y aesthetic for the scatter plot |
See examples section for upset function on how to use custom.plot parameter.