Load libraries
ggplot() +
geom_sf(data=df, aes(fill=CMATT60), color=NA, alpha=.9) +
scale_fill_viridis_c(option = "inferno", labels = scales::comma) +
labs(title='Number of jobs accessible', fill="Accessibility",
subtitle='by public transport in less than 60 min.') +
theme_void()ggplot() +
geom_sf(data=df, aes(fill=CMAET30), color=NA, alpha=.9) +
scale_fill_viridis_c(option = "cividis", labels=scales::comma) +
labs(title='Number of schools accessible', fill="Accessibility",
subtitle='by public transport in less than 30 min.', fill="N. of schools") +
theme_void()
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.