Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #plotting the points on a graph to see any correlations
- ggplot(Starbucks, aes(x = Income, y = Amount)) + geom_point() + geom_smooth(method = 'lm')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement