View source: R/tournament_methods.R
summary.tournament | R Documentation |
Print the summary of a tournament of model comparisons
## S3 method for class 'tournament'
summary(object, ...)
object |
an object of class "tournament" |
... |
not used in this function |
tournament
to run a discharge rating curve tournament and plot.tournament
for visualizing the mode comparison
data(krokfors)
set.seed(1)
t_obj <- tournament(Q~W,krokfors,num_cores=2)
summary(t_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.