library(ggplot2)
## Warning: package 'ggplot2' was built under R version 4.0.5
ggplot()+ geom_point(aes(x=1,y=1),size=5)