Plot an alluvial plot between clusterings
plotAlluvial(listMemberships, plotOptions = list())
listMemberships
: : a list vectors containing the membershipsplotOptions
: : a list containing the options for Alluvial plotsdisplay the alluvial plot, returns the plotOptions as a list
The list of parameters plotOptions
provides the following options
listMemberships <- list(C1 = rep(c('A','B','C'),each=10),C2 = rep(c(1,2,4),10)) plotAlluvial(listMemberships)