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 = "site_identifier",
  cutStyle = "quantile",
  sizeVals = c(4, 6, 8, 10, 12),
  extent = "Portland",
  ...
)

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

cutStyle

method to use in classInterval for developing classes

sizeVals

vector of point sizes for each color level

extent

Axes limits for map extent. Currently one of c('Portland', 'West Hills', 'Tryon Creek', 'NW Streams')

...

Additional arguments passed to mapPMbase


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