Counties

Author

Deepak Peddinti

library(tidyverse)
library(primer.data)
#|echo: false
connectedness |> ggplot(aes(x=population,y=connectedness))+geom_point()+geom_smooth(method=lm)+scale_x_log10(label=scales::comma_format())+labs(title="US County Populations versus Economic Connectedness", subtitle = "Population size does not matter to EC", x="Population", y="Connectedness", caption="Oppurtunity Insights")
`geom_smooth()` using formula = 'y ~ x'
Warning: Removed 147 rows containing non-finite outside the scale range
(`stat_smooth()`).
Warning: Removed 147 rows containing missing values or values outside the scale range
(`geom_point()`).