I want use the VennDiagram package to correlate three different variables. But in R (version 2.13.0) the package is unavailable. I tried to install it from CRAN and generates this warning:
Installing package(s) into ‘/Library/Frameworks/R.framework/Versions/2.13/Resources/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘VennDiagram’ is not available (for R version 2.13.0)
Also, I tried to use venneuler but in this case I did not show the labels of the different areas, this is the result:
Some suggestions?
The CRAN page of VennDiagram shows that the package needs at least R 2.14 to work. There are three solutions I can think of: