| plot_scatter | R Documentation | 
This function tries to supplement a normal scatterplot with some information describing the relationship between the columns of data plotted.
plot_scatter(
  df,
  color = "black",
  xlab = NULL,
  ylab = NULL,
  alpha = 0.6,
  size = 2
)
| df | Dataframe likely containing two columns. | 
| color | Color of the dots on the graph. | 
| xlab | Alternate x-axis label. | 
| ylab | Alternate x-axis label. | 
| alpha | Define how see-through the dots are. | 
| size | Size of the dots on the graph. | 
Ggplot2 scatter plot.
[plot_linear_scatter()] [all_pairwise()]
## Not run: 
 plot_scatter(lotsofnumbers_intwo_columns)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.