Convenience function to plot realtime data
This is an easy way to visualize a single station using base R graphics.
More complicated plotting needs should consider using ggplot2
. Inputting more
5 stations will result in very busy plots and longer load time. Legend position will
sometimes overlap plotted points.
realtime_plot(station_number = NULL, Parameter = c("Flow", "Level"))
station_number |
A seven digit Water Survey of Canada station number. Can only be one value. |
Parameter |
Parameter of interest. Either "Flow" or "Level". Defaults to "Flow". |
A plot of recent realtime values
## Not run: ## One station realtime_plot("08MF005") ## Multiple stations realtime_plot(c("07EC002","01AD003")) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.