ch_flow_raster {CSHShydRology} | R Documentation |
Raster plot of daily streamflows
Description
Produces a raster plot: years by day of year, showing magnitude of flow. This produces a plot showing the flow data in colours, showing different context than in a hydrograph. High flows are in warm colours.
Usage
ch_flow_raster(
DF,
rastercolours = c("lightblue", "cyan", "blue", "slateblue", "orange", "red"),
metadata = NULL
)
Arguments
DF |
A data frame of daily flow data as read by |
rastercolours |
A vector of colours used for flow magnitudes (default |
metadata |
A dataframe of station metadata, defaults to |
Value
No value is returned; a standard R graphic is created.
Author(s)
Paul Whitfield
See Also
ch_flow_raster_trend
ch_flow_raster_qa
Examples
ch_flow_raster(CAN05AA008)
[Package CSHShydRology version 1.4.2 Index]