View source: R/WaterLevelDataFrame-methods.R
summary.WaterLevelDataFrame | R Documentation |
Returns a list of descriptive statistics for an object of class WaterLevelDataFrame.
## S3 method for class 'WaterLevelDataFrame'
summary(object, ...)
object |
an object of class WaterLevelDataFrame for which a summary is desired. |
... |
additional arguments to be passed to internally used functions. |
A list of summary statistics of the WaterLevelDataFrame and its slots.
summary
wldf <- WaterLevelDataFrame(river = "Elbe",
time = as.POSIXct("2016-12-21"),
station = seq(257, 262, 0.1))
wldf <- waterLevel(wldf)
summary(wldf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.