autoplot.tournament function

Autoplot method for discharge rating curve tournament

Autoplot method for discharge rating curve tournament

Compare the four discharge rating curves from the tournament object in different ways

## S3 method for class 'tournament' autoplot(object, ..., type = "deviance")

Arguments

  • object: an object of class "tournament"

  • ...: other plotting parameters (not used in this function)

  • type: a character denoting what type of plot should be drawn. Possible types are

    • "deviance"to plot the deviance of the four models.

Returns

returns an object of class "ggplot2".

Examples

library(ggplot2) data(krokfors) set.seed(1) t_obj <- tournament(formula=Q~W,data=krokfors,num_cores=2) autoplot(t_obj)

See Also

tournament to run a discharge rating curve tournament and summary.tournament for summaries.

  • Maintainer: Solvi Rognvaldsson
  • License: MIT + file LICENSE
  • Last published: 2023-03-19

Useful links