Advertisement
897bhgy

Untitled

Jul 13th, 2023 (edited)
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.14 KB | Source Code | 0 0
  1. #plotting the points on a graph to see any correlations
  2. ggplot(Starbucks, aes(x = Income, y = Amount)) + geom_point() + geom_smooth(method = 'lm')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement