sealevel-package {sealevel}R Documentation

Utility functions for reading and analyzing trends in common used sealevel archives.

Description

This package provides utility functions to read data from sea level data archives such as PSMSL, CSIRO, Colorado.edu and Soest.

Details

Package: sealevel
Type: Package
Version: 1.0
Date: 2011-06-23
License: GPL-3
LazyLoad: yes

read.psmsl,get.psmsl.url

Author(s)

Fedor Baart Maintainer: Fedor Baart <f.baart@tudelft.nl>

See Also

oce

Examples

# look up the url
psmslurl <- get.psmsl.url(type="annual")
# store it localy (can't read zip files from the web)
path <- basename(psmslurl)
# download it
download.file(psmslurl, path)
## Not run: 
# read it, takes a while
stations <- read.psmsl(description=path)

## End(Not run)
# and clean up
unlink(path)

[Package sealevel version 0.2.1 Index]