summary.station: Show summary of objects

View source: R/summary.R

summary.stationR Documentation

Show summary of objects

Description

Produce a summary table

Usage

## S3 method for class 'station'
summary(object, ..., im = 1:12, verbose = FALSE)

Arguments

object

an object of type 'station'

...

additional arguments

im

The order of months in the table. Use im=c(10:12,1:9) for Oct-Sep.

verbose

if TRUE print progress

Value

A matrix containing summary statistics

See Also

summary.dsensemble summary.ncdf4

Examples


data("Oslo")
summary(Oslo)


metno/esd documentation built on April 29, 2024, 3:34 p.m.