# NOT RUN {
# Generate two artificial partitions
part1<-sample(1:3,150,replace=TRUE)
part2<-sample(1:5,150,replace=TRUE)
# Compute the table of concordances and discordances
concordance(part1,part2)
# }
Run the code above in your browser using DataLab