Description Usage Arguments Value
combine_inmap_output
uses spatial linkages of an inMAP outputs to combine output
multiple runs. Requires the sf, ggplot2, and parallel packages.
1 2 3 | plot_inmap(read_inmap_d,
zcta_shapefile = "~/shared_space/ci3_nsaph/software/inmap/zcta/cb_2015_us_zcta510_500k.shp",
legend_lims = c(-5, 5), path.plot = "InMAP_plots", cores = 1)
|
read_inmap_d |
Directory that houses InMAP output csv files |
legend_lims |
Legend limits for zip code fill |
path.plot |
Output directory for plots. If it does not exist, it will be created |
cores |
Cores available to create plots. Defaults to one |
A list of ggplot objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.