plot_inmap: Using zipcode-linked inMAP output from...

Description Usage Arguments Value

View source: R/rinmap.R

Description

combine_inmap_output uses spatial linkages of an inMAP outputs to combine output multiple runs. Requires the sf, ggplot2, and parallel packages.

Usage

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)

Arguments

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

Value

A list of ggplot objects.


cchoirat/rinmap documentation built on May 28, 2019, 7:15 p.m.