Skip to content

Commit

Permalink
Update bananaPlot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeConway committed Mar 25, 2017
1 parent a3e9131 commit b0666aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bananaPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ input <- c(
"M.acuminata&S.bicolor&B.distachyon&P.dactylifera&O.sativa&A.thaliana" = 7674
)

pdf(file = "banana.pdf", width = 19, height = 9, paper='A4r', onefile = F)
pdf(file = "banana.pdf", width = 19, height = 9, onefile = F)
upset(fromExpression(input), nintersects = 80, nsets = 6, order.by = "degree", decreasing = F, mb.ratio = c(0.6, 0.4),
number.angles = 12, text.scale = 1.4, point.size = 2.8, line.size = 1)
dev.off()

0 comments on commit b0666aa

Please sign in to comment.