Quick MLB-Story Classification Model
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 4.2.3
# Change the point size, and shape
ggplot(mtcars, aes(x=wt, y=mpg)) +
geom_point(size=2, shape=23)
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 4.2.3
# Change the point size, and shape
ggplot(mtcars, aes(x=wt, y=mpg)) +
geom_point(size=2, shape=23)