plotBubble {telescope} | R Documentation |
Plot multivariate categorical data.
Description
Plots of the level combinations of pairs of variables are created where the size of the circle indicating a level combination is proportional to the frequency of the level combination.
Usage
plotBubble(x, bg = "grey")
Arguments
x |
A matrix or data.frame; the data consisting of categorical variables. |
bg |
If specified, the symbols are filled with colour(s), the
vector |
Value
NULL
Examples
with(chickwts, plotBubble(data.frame(cut(weight, 100 * 1:5), feed)))
[Package telescope version 0.1-0 Index]