View source: R/htk_scatterplot.R
htk_scatterplot | R Documentation |
The functions generates scatter plots in an agreed format to ensure presentation consistency in the dashboard
htk_scatterplot(
data_source,
myvar_x,
myvar_y,
my_label,
Xlabel = NULL,
Ylabel = NULL,
title = NULL,
subtitle = NULL
)
data_source |
dataframe that contains the variables to plot |
myvar_x |
x axis variable name |
myvar_y |
y axis variable name |
my_label |
labels used to label the points in the plot |
Xlabel |
label of the X axis |
Ylabel |
label of the Y axis |
title |
title of the plot |
subtitle |
subtitle of the plot |
returns a standardized scatter plot
Manuel Betin Maxime Nguyen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.