Displaying 1 result from an estimated 1 matches for "kp15".
Did you mean:
cp15
2014 Jul 07
3
Plot does not show in R
I'm trying to get my figure to open with R, but it does not come up.
Here is my standard code:
venn.diagram(
x = list(
KP2 = c(2, 62, 22, 33, 11, 36, 26, 27, 28, 64, 5, 66, 10, 18, 68, 61, 6,
29, 19, 65, 30, 35, 32, 20, 69, 8, 31, 13, 21, 7),
KP15 = c(2, 22, 39, 1, 14, 65, 67, 68, 1, 12, 23, 37, 4, 24, 25, 64, 52,
34, 9, 15, 13, 8, 16, 63, 3, 17),
KP43 = c(39, 2, 49, 43, 51, 38, 56, 58, 60, 44, 54, 40, 50, 45, 57, 59,
46, 41, 47, 48, 42, 55, 53)
),
filename = "location\\nifH_AA_alles.jpg" ,
col = "transparent",
f...