floodnetMdl: Floodnet model output

Description Usage Arguments See Also

Description

All Floodnet modeling functions create a standardized model output that can be used for printing results or generating graphics.

Usage

 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, ...)

Arguments

...

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 'p' or quantile 'q'.

print.it

Logical. Should the results be displayed.

See Also

FloodnetAmax,FloodnetPot, FloodnetPool, floodnetGraphics, hist.floodnetMdl.


floodnetProject16/floodnetRfa documentation built on Oct. 24, 2020, 9:19 a.m.