powered by
parallel.set.ade(vars, vnames=NULL, data=NULL, xlab="Factors", ylab="Proportion", main=NULL, col=NULL, tcol=NULL, bgcol=NULL, lcol=NULL, alpha=NULL, cex=NULL, wall=0, horizontal=FALSE)
parallel.ade
x<-rbinom(1000, 1, 0.25) y<-rbinom(1000, 1, 0.5) z<-rbinom(1000, 1, 0.75) parallel.set.ade(list(x,y,z), wall=2)
Run the code above in your browser using DataLab