barplot | R Documentation |
Mixmod
]Barplot of qualitative data from a [Mixmod
] object using parameters
to plot probabilities of modalities.
## S4 method for signature 'Mixmod'
barplot(height, ...)
height |
an object of class [ |
... |
further arguments passed to or from other methods |
Each line corresponds to one variable. Barplot is drawn for each cluster with the probabilities for each modality to be in that cluster.
barplot
data(birds)
xem2 <- mixmodCluster(birds, 2)
barplot(xem2)
barplot(xem2, variables = c(2, 3, 4))
barplot(xem2, variables = c("eyebrow", "collar"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.