Added a debugging statement to plot.venn
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4718 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
787e5d85e9
commit
d2fc30d188
|
|
@ -4,6 +4,8 @@ function(a, b, c=0, a_and_b, a_and_c=0, b_and_c=0,
|
|||
pos=c(0.20, 0.20, 0.80, 0.82),
|
||||
debug=0
|
||||
) {
|
||||
print("This is the gsalib plot.venn function");
|
||||
|
||||
library(png);
|
||||
library(graphics);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue