Learn R Programming

epade (version 0.2.2)

parallel.set.ade: Parallel set plot

Description

Plot proportions of categorical data in parallel manner

Usage

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)

Arguments

vars
  • a list of factors
a vector of character strings with the names of factors in data.frame

item

  • vnames
  • data
  • xlab
  • ylab
  • main
  • col
  • tcol
  • bgcol
  • lcol
  • alpha
  • cex
  • wall
  • horizontal

See Also

parallel.ade

Examples

Run this code
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