summary.WaterLevelDataFrame: WaterLevelDataFrame summary

View source: R/WaterLevelDataFrame-methods.R

summary.WaterLevelDataFrameR 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)


hyd1d documentation built on April 3, 2025, 11:55 p.m.