Bug in makeVennDiagram.R
Closed this issue · 1 comments
adamd3 commented
On line 373, the argument otherCount
is passed to the plotting function, but the correct argument is otherCounts
(see line 113).
This causes a "0" to be plotted in the Venn Diagram when otherCount
is 0.
jianhong commented
It will not affect the results. see http://adv-r.had.co.nz/Functions.html#function-arguments.
Anyway I will fix the parameter name to full parameter name.