Print a discharge rating curve model object

# S3 method for plm0
print(x, ...)

# S3 method for plm
print(x, ...)

# S3 method for gplm0
print(x, ...)

# S3 method for gplm
print(x, ...)

Arguments

x

an object of class "plm0", "plm", "gplm0" or "gplm".

...

not used in this function

Functions

  • print(plm0): Print method for plm0

  • print(plm): Print method for plm

  • print(gplm0): Print method for gplm0

  • print(gplm): Print method for gplm

See also

plm0, plm, gplm0, gplm for fitting a discharge rating curve and summary.plm0, summary.plm, summary.gplm0 and summary.gplm for summaries. It is also useful to look at plot.plm0, plot.plm, plot.gplm0 and plot.gplm to help visualize all aspects of the fitted discharge rating curve. Additionally, spread_draws and spread_draws help working directly with the MCMC samples.