summary.dsensemble: Show summary of objects

View source: R/summary.R

summary.dsensembleR Documentation

Show summary of objects

Description

Produce a summary table

Usage

## S3 method for class 'dsensemble'
summary(object, ..., years = seq(1990, 2090, by = 20), verbose = FALSE)

Arguments

object

an object of type 'DSensemble'

...

additional arguments

years

A set of years for which to produce summary statistics

verbose

if TRUE print progress

Value

A matrix containing summary statistics

See Also

summary.station summary.ncdf4

Examples


data("dse.Oslo")
summary(dse.Oslo)


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