read.colorado {sealevel}R Documentation

Read Colorado sealevel dataset.

Description

This function reads a dataset from Colorado and returns a list of records with data from each station.

Usage

read.colorado(file)

Arguments

file

the filename or connection of the colorado file

Details

The returned series is a timeseries of sea level. These contain the raw elements from the file. See the documentation in the references for details about the elements.

Value

series

A time series of sea level data

Author(s)

Fedor Baart

References

http://sealevel.colorado.edu/

See Also

read.psmsl

Examples

# look up the url
coloradourl <- get.colorado.url()
# read it
series <- read.colorado(url(coloradourl))

[Package sealevel version 0.2.1 Index]