Description Usage Arguments See Also Examples
View source: R/figure_bubble_rect.R
This function gives a way to draw a point matrix, with both the x and y axises are discrete variables and map the values to the size of points.
1 2 | fig_bubble_rect(rawdata, text.size.x = 12, text.size.y = 12,
palette = "Spectral", bubble.size.range = c(3, 15))
|
rawdata |
A |
text.size.x |
The text size of x axis. |
text.size.y |
The text size of y axis. |
palette |
The palette used for points. |
bubble.size.range |
A |
Other figure: fig_calendar
,
fig_event_line
,
fig_event_storm
, fig_parallel
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.