Summarizes some of the data in a sealevel object.
Usage
# S4 method for class 'sealevel'
summary(object, ...)
Arguments
- object
A sealevel object.
- ...
further arguments passed to or from other methods.
See also
Other things related to sealevel data:
[[,sealevel-method
,
[[<-,sealevel-method
,
as.sealevel()
,
plot,sealevel-method
,
read.sealevel()
,
sealevel
,
sealevel-class
,
sealevelTuktoyaktuk
,
subset,sealevel-method
Examples
library(oce)
data(sealevel)
summary(sealevel)
#> Sealevel Summary
#> ----------------
#>
#> * number: 490
#> * name: HALIFAX
#> * sampling delta-t: 1 hour
#> * Location: 44.667N 63.583W
#> * year: 2003
#> * number of observations: 6659
#> * " non-missing: 6659
#> * Time: 2003-01-01 13:00:00 to 2003-10-08 11:00:00 (6659 samples, mean increment 1.009012 hour)
#> * Data Overview
#>
#> Min. Mean Max. Dim. NAs
#> elevation [m] 0 0.98622 2.84 6659 0
#> time 2003-01-01 13:00:00 2003-05-21 08:21:11 2003-10-08 11:00:00 6659 0
#>
#> * Processing Log
#>
#> - 2016-05-05 18:33:53 UTC: `create 'sealevel' object`
#> - 2016-05-05 18:33:53 UTC: `read.sealevel(file="490-01-JAN-2003_slev.csv", tz="UTC")`
#> - 2016-05-05 18:33:53 UTC: `oce.edit(x = sealevel, item = "longitude", value = -sealevel[["longitude"]], reason = "Fix longitude hemisphere")`