The covar_hist() method creates histogram plots
showing the distribution of geographic covariates across ZIP codes. Refer to the
More on data preparation for their definitions.
This method is only available for COVID data.
Check out the More examples of R6 classes
vignette for usage examples.
covar_hist(covar, file = NULL, ...)A ggplot object showing the covariate distribution histogram.
Character string specifying the geographic covariate. Options are
"college", "poverty", "employment", "income", "urbanicity", and "adi".
Optional file path to save the plot.
Additional arguments passed to ggsave, such as width and height.