Description Usage Arguments See Also
All Floodnet modeling functions create a standardized model output that can be used for printing results or generating graphics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | CompareModels(...)
## S3 method for class 'floodnetMdl'
as.data.frame(x, row.names = NULL, optional = FALSE, type = "q", ...)
## S3 method for class 'floodnetMdls'
as.data.frame(x, row.names = NULL, optional = FALSE, type = "q", ...)
## S3 method for class 'floodnetRoi'
as.data.frame(x, row.names = NULL, optional = FALSE, type = "q", ...)
## S3 method for class 'floodnetMdl'
summary(object, ...)
## S3 method for class 'floodnetMdls'
summary(object, ...)
## S3 method for class 'floodnetMdl'
print(x, ...)
## S3 method for class 'floodnetRoi'
print(x, ...)
## S3 method for class 'floodnetRoi'
summary(object, print.it = TRUE, ...)
|
... |
Other parameters. |
x, object |
Output of a modeling function. Such as FloodnetAmax. |
row.names |
Optional vector of names for the rows. |
optional |
Logical. Should make.names be applied to row names. |
type |
Type of output to be returned:
parameter |
print.it |
Logical. Should the results be displayed. |
FloodnetAmax,FloodnetPot, FloodnetPool, floodnetGraphics, hist.floodnetMdl.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.