Description Usage Arguments Value Examples
View source: R/autoplot.ace_station.R
autoplot.ace_station retrieves the latest water conditions and
creates a basic plot using the ggplot2 package (if installed).
1  | autoplot.ace_station(object, ...)
 | 
object | 
 An   | 
... | 
 Additional arguments (not used)  | 
A ggplot object
1 2 3 4 5 6 7 8  | ## Not run: 
library(acewater)
library(ggplot2)
s1 <- get_station(station = "UBLW", project = "LKW")
autoplot(s1)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.