mapPMrtg: Map PAWMAP data by size w/ quantile indicated by color

View source: R/mapPMrtg.r

mapPMrtgR Documentation

Map PAWMAP data by size w/ quantile indicated by color

Description

Map PAWMAP data by size w/ quantile indicated by color

Usage

mapPMrtg(
  dfm,
  vbl,
  legend = "",
  highgood = FALSE,
  nclr = 5,
  by.y = "station",
  ...
)

Arguments

dfm

Data frame with data to be mapped

vbl

The field containing the value to map

legend

Text for the map legend

highgood

Are high values good (e.g., biotic indices = TRUE) or bad (e.g., pollutants = FALSE)? Default is FALSE.

nclr

number of colors/breaks in data

by.y

field in data which matches with station field in shapefile


PDXChris/pmMaps documentation built on Jan. 31, 2024, 9:22 p.m.