powered by
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.
ch_flow_raster( DF, rastercolours = c("lightblue", "cyan", "blue", "slateblue", "orange", "red"), metadata = NULL )
No value is returned; a standard R graphic is created.
A data frame of daily flow data as read by ch_read_ECDE_flows.
ch_read_ECDE_flows
A vector of colours used for flow magnitudes (default c("lightblue","cyan", "blue", "slateblue", "orange", "red")).
c("lightblue","cyan", "blue", "slateblue", "orange", "red")
A dataframe of station metadata, defaults to HYDAT_list.
HYDAT_list
Paul Whitfield
ch_flow_raster_trend ch_flow_raster_qa
ch_flow_raster_trend
ch_flow_raster_qa
ch_flow_raster(CAN05AA008)
Run the code above in your browser using DataLab