resizeCircles(x_only, y_only, overlap, standardDistance = sqrt(0.5))
The function assumes that the first two arguments are for X-excluding the intersection and Y-excluding the intersection. The total X amount equals this first and third arguments. The total Y amount equals the second and third arguments.
plot.new()
plotVenn2d(rep("",3), radius=resizeCircles(20,.5, 3), Title=NULL,
resizePlot=0.7, labels=c("",""))
Run the code above in your browser using DataLab