plot_scatter | R Documentation |
This function is a wrapper of ggplot2::geom_point()
, usually
used to check the scatter distribution of game scores and academic scores,
correlation will be calculate if specified
plot_scatter( data, x = game_score_raw, y = acd_score, group = NULL, cor = FALSE )
data |
Data.frame, the data |
x, y |
Unquoted expression, colname of the observation value |
group |
Formula, indicate the facet variables |
cor |
Logical, indicate whether plot correlation or not |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.