ggplot(data = tall_summary_min_interval, aes(x = min_used, y = users, group = member_casual)) +
geom_line() +
geom_point()
Error: Aesthetics must be either length 1 or the same as the data
ggplot(data = tall_summary_min_interval, aes(x = min_used, y = users, group = member_casual)) +
geom_line() +
geom_point()
Error: Aesthetics must be either length 1 or the same as the data