summary.tournament: Summary method for a discharge rating curve tournament

View source: R/tournament_methods.R

summary.tournamentR Documentation

Summary method for a discharge rating curve tournament

Description

Print the summary of a tournament of model comparisons

Usage

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

Arguments

object

an object of class "tournament"

...

not used in this function

See Also

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

Examples


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


bdrc documentation built on March 31, 2023, 11:41 p.m.