plotAlluvial {sbm}R Documentation

Plot an alluvial plot between clusterings

Description

Plot an alluvial plot between clusterings

Usage

plotAlluvial(listMemberships, plotOptions = list())

Arguments

listMemberships

: a list vectors containing the memberships

plotOptions

: a list containing the options for Alluvial plots

Details

The list of parameters plotOptions provides the following options

Value

display the alluvial plot, returns the plotOptions as a list

Examples

listMemberships <- list(C1 = rep(c('A','B','C'),each=10),C2 = rep(c(1,2,4),10))
plotAlluvial(listMemberships)

[Package sbm version 0.4.6 Index]