powered by
Creates scatter plots if the data has continuous variables.
ds_plot_scatter(data, ...)
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
# NOT RUN { ds_plot_scatter(mtcarz) ds_plot_scatter(mtcarz, mpg, disp) # }
Run the code above in your browser using DataLab