Learn R Programming

oce (version 0.9-14)

summary.landsat: Summarize a landsat object

Description

Summarizes some of the data in a landsat object.

Usage

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

Arguments

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

Value

  • An object of class "summary.landsat", which when printed shows pertinent information about the landsat record and its processing.

Details

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

See Also

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