hc_scatter | R Documentation |
Create a scatter plot using highcharter
hc_scatter(
hc,
x,
y,
z = NULL,
label = NULL,
showInLegend = FALSE,
color = NULL,
...
)
hc |
|
x |
Numeric: X axis |
y |
Numeric: Y axis |
z |
Numeric: Z axis to set the bubble size (optional) |
label |
Character: data label for each point (optional) |
showInLegend |
Boolean: show the data in the legend box? |
color |
Character: series colour |
... |
Arguments passed on to |
highcharter
object containing information for a scatter plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.