plotBubble | R Documentation |
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.
plotBubble(x, bg = "grey")
x |
A matrix or data.frame; the data consisting of categorical variables. |
bg |
If specified, the symbols are filled with colour(s), the
vector |
NULL
with(chickwts, plotBubble(data.frame(cut(weight, 100 * 1:5), feed)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.