hgch_scatter.Rd
Creates a scatter chart using Highcharter library.
hgch_scatter(
data,
dic = NULL,
var_cat = NULL,
var_dat = NULL,
var_num = NULL,
...
)
a data frame containing the variables to be plotted.
a named list, each element corresponding to a column name in data
and defining a set of labels for that column.
the name of the categorical variable in the data frame
a character vector with the names of date variable.
a character vector with the names of numerical variables.
additional arguments to be passed to dsviz_default_opts
a Highcharter scatter chart.