2
Hello!
I put these commands in the R:
library(ggplot2)
lm_smooth <- geom_smooth(method = lm, size = 1)
qplot(percwhite, percbelowpoverty, data = midwest,
weight = popdensity, size = popdensity) + lm_smooth
And R returned this chart to me:
Could anyone tell me how I can determine the values that appear in the caption? For example: instead of 4 different circle sizes, I would like to determine as many as I want.