powered by
Plot the overlap of three groups with a barplot
bartab(x, y, z, names, skipNone = FALSE, ...)
logical
a character vector of length 3
remove the "none" group
further arguments passed on to barplot
barplot
Michael I. Love
set.seed(1) x <- sample(c(FALSE,TRUE), 10, replace=TRUE) y <- sample(c(FALSE,TRUE), 10, replace=TRUE) z <- sample(c(FALSE,TRUE), 10, replace=TRUE) bartab(x,y,z,c("X","Y","Z"))
Run the code above in your browser using DataLab