Hello
I inserted these commands there 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:
Would anyone tell me how I can determine the values that appear in the caption? For example: instead of 4 sizes of different circles, I would like to determine how many I wanted.