mapPMdata: Map PAWMAP data by size w/ 2nd continuous variable by color

View source: R/mapPMdata.r

mapPMdataR Documentation

Map PAWMAP data by size w/ 2nd continuous variable by color

Description

Map PAWMAP data by size w/ 2nd continuous variable by color

Usage

mapPMdata(
  dfm,
  vbl,
  color = NULL,
  size = c(3, 12),
  legend = "",
  stationName = "site_identifier",
  size.leg = NULL,
  fill.leg = NULL,
  ...
)

Arguments

dfm

Data frame with data to be mapped

vbl

The field containing the value to map

color

The field containing the variable for the color aesthetic. Typically used to indicate percent detection. If not specified, the aesthetic is not mapped.

size

The size range for the plotted points

legend

Text for the map legend

stationName

Data frame field containing PAWMAP site identifier

...

Additional arguments passed to mapPMbase


PDXChris/pmMaps documentation built on Sept. 22, 2024, 9:02 p.m.