The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Currently, the primary functions for this package create data frames and spatial object
This example shows how to load marginalization data and create a plot showing Deprivation by region.
library(onmaRg)
library(ggplot2)
<- om_geo(2016, "DAUID", "sf") %>%
DA_2016 filter(CSDNAME == "Toronto")
<- ggplot() +
plot geom_sf(data=DA_2016, aes(fill=DEPRIVATION_Q_DA16))
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.