
Jaden N. answered 07/04/22
PhD Candidate experienced with R programming, statistics, & research.
If you are looking to plot continuous variables on the x and y axes, then you would want to use geom_point(), which provides a basic scatter plot. Additional layers can be added to visualize the relationship between these variables, such as with geom_smooth(method = "lm") which displays a line of best fit onto the scatterplot.