Hi Fabrice,

The cross.area parameter gives the size of the intersection, which cannot be 
larger than the size of either set 1 (area1 parameter) or set 2 (area2 
parameter).  You probably want:
venn.plot <- draw.pairwise.venn(
area1 = 3186 + 5880,
area2 = 325 + 5880,
cross.area = 5880);

Paul


-----Original Message-----
From: hiek...@gmail.com [mailto:hiek...@gmail.com] On Behalf Of Fabrice Tourre
Sent: January-27-13 5:06 PM
To: r-help@r-project.org
Cc: Paul Boutros
Subject: Package: VennDiagram. Error in draw.pairwise.venn Impossible: cross 
section area too large

Dear list,

When I use VennDiagram package, I got a error as follow:

venn.plot <- draw.pairwise.venn(
area1 = 3186,
area2 = 325,
cross.area = 5880);


Error in draw.pairwise.venn(area1 = 3186, area2 = 325, cross.area = 588) :
  Impossible: cross section area too large.

Does anyone have suggestion?

Thank you.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to