print.plm0 | R Documentation |
Print a discharge rating curve model object
## S3 method for class 'plm0'
print(x, ...)
## S3 method for class 'plm'
print(x, ...)
## S3 method for class 'gplm0'
print(x, ...)
## S3 method for class 'gplm'
print(x, ...)
x |
an object of class "plm0", "plm", "gplm0" or "gplm". |
... |
Not used in this function |
print(plm0)
: Print method for plm0
print(plm)
: Print method for plm
print(gplm0)
: Print method for gplm0
print(gplm)
: Print method for gplm
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.