summary.tournament function

Summary method for a discharge rating curve tournament

Summary method for a discharge rating curve tournament

Print the summary of a tournament of model comparisons

## S3 method for class 'tournament' summary(object, ...)

Arguments

  • object: an object of class "tournament"
  • ...: not used in this function

Examples

data(krokfors) set.seed(1) t_obj <- tournament(Q~W,krokfors,num_cores=2) summary(t_obj)

See Also

tournament to run a discharge rating curve tournament and plot.tournament for visualizing the mode comparison

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

Useful links