map_receptors: map_receptors

Description Usage Arguments Examples

View source: R/map_receptors.R

Description

Map the average block group mnrisks results with leaflet

Usage

1
2
3
4
5
6
7
8
9
map_receptors(
  data = NULL,
  result_col = "cancer_risk",
  receptor_col = "receptor",
  colors = "viridis",
  reverse_colors = T,
  size = 5,
  signif_digits = 3
)

Arguments

data

The dataframe or sf object containing the modeling results for mapping.

result_col

Column name containing the modeling concentration/risk results.

receptor_col

Column name containing the receptor IDs.

colors

Color palette to use for block group fill, ex. "viridis", "inferno", "Blues", "Greens"

reverse_colors

Flip the color palette order

size

Receptor or circle radius. Default = 5

signif_digits

Number of significant figures to show in map labels

Examples

1
2
3
map_receptors(data = mnrisk_results,
              result_col = "cancer_risk",
              colors = "inferno")

dKvale/mnrisks2011 documentation built on Feb. 18, 2022, 5:43 a.m.