ds_plot_scatter | R Documentation |
Creates scatter plots if the data has continuous variables.
ds_plot_scatter(data, ..., print_plot = TRUE)
data |
A |
... |
Column(s) in |
print_plot |
logical; if |
# plot select variables
ds_plot_scatter(mtcarz, mpg, disp)
# plot all variables
ds_plot_scatter(mtcarz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.