map_receptors: map_receptors

View source: R/map_receptors.R

map_receptorsR Documentation

map_receptors

Description

Map the average block group mnrisks results with leaflet

Usage

map_receptors(
  data = NULL,
  result_col = "cancer_risk",
  receptor_col = "receptor",
  colors = "viridis",
  reverse_colors = TRUE,
  size = 5,
  signif_digits = 3,
  silent = FALSE
)

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

silent

Return map as object. Default = FALSE

Examples

## Not run: 
map_receptors(data = mnrisk_results,
              result_col = "cancer_risk",
              colors = "inferno")

## End(Not run)               

MPCA-air/mnrisks documentation built on March 21, 2023, 4:24 a.m.