Builds the combined map + stacked cross-section figure and writes it to a
PDF. Cross-section points are colored by their stage zone (height above
the channel relative to stageLevels).
buildXSectionPlot(
transectObject,
plotFileName = "test.png",
returnData = TRUE,
verticalCutoff = 4,
streamDir = NULL,
...
)Object created by generateCrossSections, after
addCrossSectionElevations has run.
Output PDF path.
Logical (TRUE); return the transectObject.
Cross-section points more than this many meters above/below the channel are trimmed from the plot.
Optional stream shapefile path drawn on the map panel.
Ignored (accepted so pipeline wrappers can pass shared arguments through).
transectObject with $XSectionPlot and
$XSectionPlotData added.