autoplot.ace_conditions: Plot Water Conditions using ggplot2

Description Usage Arguments Value Examples

View source: R/autoplot.ace_conditions.R

Description

autoplot.ace_conditions creates a basic plot of water conditions using the ggplot2 package (if installed). Additional formatting can be done by adding to the object that is returned.

Usage

1

Arguments

object

An ace_conditions object

...

Additional arguments (not used)

Value

A ggplot object

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(acewater)
library(ggplot2)

cUBLW <- get_water_conditions("UBLW")
autoplot(cUBLW)

## End(Not run)

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