summary.WaterLevelDataFrame {hyd1d}R Documentation

WaterLevelDataFrame summary

Description

Returns a list of descriptive statistics for an object of class WaterLevelDataFrame.

Usage

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

Arguments

object

an object of class WaterLevelDataFrame for which a summary is desired.

...

additional arguments to be passed to internally used functions.

Value

A list of summary statistics of the WaterLevelDataFrame and its slots.

See Also

summary

Examples

wldf <- WaterLevelDataFrame(river   = "Elbe",
                            time    = as.POSIXct("2016-12-21"),
                            station = seq(257, 262, 0.1))
wldf <- waterLevel(wldf)
summary(wldf)


[Package hyd1d version 0.5.2 Index]