Reputation: 13
I used the upset(fromList(x), show.numbers = 'yes', order.by = 'freq')
query to plot the UpSetR
plot. But it is showing only the count of vertical bars on the top of vertical bars. I want the count of horizontal bars too. If there is a command to add the count of horizontal bars along with the count of vertical bars then please share the command.
Upvotes: 0
Views: 145
Reputation: 1
You can do this by setting both args: set_size.show = TRUE, show.numbers = "yes"
Upvotes: 0