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:
kiran 2010-11-23 01:19:31 +00:00
parent 787e5d85e9
commit d2fc30d188
1 changed files with 2 additions and 0 deletions

View File

@ -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);