MichaelChirico / r-bugs

A ⚠️read-only⚠️mirror of https://bugs.r-project.org/
20 stars 0 forks source link

[BUGZILLA #15482] Strange Format of Venn Diagram when one vector = integer(0) #5069

Closed MichaelChirico closed 4 years ago

MichaelChirico commented 4 years ago

Using library(VennDiagram), the venn.diagram function formats category names and values in strange way when one of the variable is integer(0). For example, try following test code.

a <- 1:11; b <- integer(0); venn.diagram( list( A = a, B = b), filename = "Bug.tiff", category.names = c("Variable A", "Variable B") );


METADATA

MichaelChirico commented 4 years ago

Please report to the package maintainer. This list is for bugs in R, not in contributed packages.


METADATA