mapPMrtg | R Documentation |
Map PAWMAP data by size w/ quantile indicated by color
mapPMrtg(
dfm,
vbl,
legend = "",
highgood = FALSE,
nclr = 5,
by.y = "site_identifier",
cutStyle = "quantile",
sizeVals = c(4, 6, 8, 10, 12),
extent = "Portland",
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.