powered by
Creates scatter plots if the data has continuous variables.
ds_plot_scatter(data, ..., print_plot = TRUE)
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
logical; if TRUE, prints the plot else returns a plot object.
TRUE
# NOT RUN { ds_plot_scatter(mtcarz) ds_plot_scatter(mtcarz, mpg, disp) # }
Run the code above in your browser using DataLab