autoplot.ace_station: Plot a Station's Water Conditions using ggplot2

Description Usage Arguments Value Examples

View source: R/autoplot.ace_station.R

Description

autoplot.ace_station retrieves the latest water conditions and creates a basic plot using the ggplot2 package (if installed).

Usage

1

Arguments

object

An ace_station object

...

Additional arguments (not used)

Value

A ggplot object

Examples

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)

briandconnelly/acewater documentation built on April 28, 2021, 2:13 a.m.