Learn R Programming

oce (version 0.9-18)

summary.met: Summarize a met object

Description

Summarizes some of the data in a met object.

Usage

## S3 method for class 'met':
summary(object, \dots)

Arguments

object
an object of class "met", usually, a result of a call to read.met, or as.met.
...
further arguments passed to or from other methods.

Value

  • A matrix containing statistics of the elements of the data slot.

Details

Pertinent summary information is presented, including the sampling location, data ranges, etc.

See Also

The documentation for met-class explains the structure of met objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(met)
summary(met)

Run the code above in your browser using DataLab