Description Usage Arguments Value Author(s) See Also Examples
Read the surface level pressure dataset from the metoffice. This is used for the inverse barometer correction.
1 | read.hadslp2(filename)
|
filename |
a file or opendap url with a link to the hadslp2 dataset (as processed by NOAA) |
slp |
A three dimensional array of sea level pressure per time, lat and lon |
Fedor Baart
1 2 3 4 5 6 7 | url <- get.hadslp2.url()
filename <- basename(url)
## Not run:
download.file(url, filename)
read.hadslp2(filename=filename)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.