panel.bubbleplot | R Documentation |
Panel Function for Bubble Plots
panel.bubbleplot(x, y, z, groups = NULL, subscripts, cex = NULL, ...)
x, y |
variables to be plotted in the scatterplot |
z |
A numeric vector that areas of circles will be mapped to. |
groups |
Grouping variable (see |
subscripts |
A vector of indexes to specify which observation to plot. Normally does not need to be provided by the user. |
cex |
Is used internally and user settings will be ignored. |
... |
Further arguments to pass to |
Plots a layer inside a panel of a lattice
plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.