hc_scatter {psichomics} | 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