Skip to contents

Summary method

Usage

# S3 method for dailyMet
summary(object, ...)

Arguments

object

An object to summarize.

...

Not used.

Value

A summary object which is mainly used for print. It can also be used to extract some pieces of information as list elements.

Examples

summary(Rennes)
#> o Daily Meteorological Time Series
#>    o Station:            "Rennes-Saint-Jacques"
#>    o Id:                 "07130"
#>    o Variable name:      "TX"
#>    o Period length (yrs)  77.66
#> 
#>    o Non-missing periods
#>        Start        End Duration
#> 1 1945-01-02 2022-08-31    77.66
#> 
#>    o Summary for variable  TX 
#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
#>   -7.50   11.30   15.90   16.18   21.10   40.50 
#> 
#>    o Five smallest/largest obs
#>      min                 max                
#> [1,]   -7.5 [1987-01-12]   40.5 [2022-07-18]
#> [2,]   -7.0 [1963-01-19]   40.1 [2019-07-23]
#> [3,]   -6.6 [1985-01-16]   39.5 [2003-08-05]
#> [4,]   -6.3 [1987-01-13]   38.8 [2003-08-09]
#> [5,]   -5.9 [1987-01-18]   38.4 [1949-07-12]
summary(Rennes)$station
#> [1] "Rennes-Saint-Jacques"