Builds the overview map: satellite basemap (when available), contours, process-space polygons, boundary lines, transects, and labeled sample points.

mapPlotter(transectObject, returnData = TRUE, streamDir = NULL, ...)

Arguments

transectObject

Object created by the generateCrossSections function.

returnData

Logical; return the transectObject with $mapPlot added.

streamDir

File location of the stream-network shapefile, drawn for context when provided.

...

Ignored (accepted so pipeline wrappers can pass shared arguments through).

Value

transectObject with $mapPlot (a ggplot) added.