View source: R/tournament_methods.R
autoplot.tournament | R Documentation |
Compare the four discharge rating curves from the tournament object in different ways
## S3 method for class 'tournament'
autoplot(object, type = "boxplot", ...)
object |
An object of class "tournament" |
type |
A character denoting what type of plot should be drawn. Possible types are |
... |
Not used in this function
|
Returns an object of class "ggplot2".
tournament
to run a discharge rating curve tournament and summary.tournament
for summaries.
library(ggplot2)
data(krokfors)
set.seed(1)
t_obj <- tournament(formula = Q ~ W, data = krokfors, num_cores = 2)
autoplot(t_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.