packedBubbleChart | R Documentation |
Plots vector as packed bubble chart.
packedBubbleChart(vec = NULL, main = NULL, show.text = T, break.names = F, add.vec = T, cex = 0.8, col = NULL, cutoff = 2, a = 90, b = 10)
vec |
Numeric vector, potentially with names. |
main |
Character vector with one element containing the plot's title. Defaults to NULL |
show.text |
Logical value indicating whether bubbles should be labelled with names(vec). Defaults to T. |
cex |
Numeric value indicating the text size. Defaults to .8. |
col |
Character vector indicating the bubbles' color. If NULL (default) the rainbow palette is applied to vec's ranks. |
a |
Numeric value multiplied with normalizd vec. Defaults to 90. |
b |
Numeric value added to normalized vec*a. Defaults to 10. |
beak.names |
Logical value indicating whether line breaks should be added after each whitespace. Defaults to F. |
beak.names |
Logical value indicating whether values of vec should be added to vec's names before labelling the bubbles. |
Plots vector as packed bubble chart. Returns coordinates and radius of each bubble
packedBubbleChart()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.