Displaying 1 result from an estimated 1 matches for "vcomb".
Did you mean:
comb
2010 Apr 14
1
Problem trying to plot Vennerable object
Hi,
I'm new to the list so apologies if this has been asked before. I
couldn't find any refs in google.
I recently installed the Vennerable library from Rforge, this required
an upgrade of R to 2.10.0 by the 'pylr' dependency.
However, a very simple command fails:
Vcomb <- Venn(SetNames= c("EOCT", "EOCM"), Weight=c(0, 11841, 24084, 24660))
plot(Vcomb)
with this error:
Error in do.call(c, lapply(.faceNames(new1), .faceEdgeNames, drawing =
new1)) :
'what' must be a character string or a function
What's frustrating is that a c...