read.sealevel(file, tz = getOption("oceTz"), processingLog, debug = getOption("oceDebug"))
oceTz
, is set to UTC
at setup. (If a time zone is present in the file header, this will
supercede the value given here.)oce
functions. Generally, setting debug=0
turns off the printing, while higher values suggest that more information
be printed.sealevel-class
.
Station_Name
on the first line of the file, indicating type 2.) If
the file is in neither of these formats, the user might wish to scan it
directly, and then to use as.sealevel
to create a
sealevel
object.
http://ilikai.soest.hawaii.edu/uhslc/datai.html
provides a graphical
interface for downloading sealevel data in Type 1, with format as described
at http://ilikai.soest.hawaii.edu/rqds/hourly.fmt
(this link worked
for years but failed at least temporarily on December 4, 2016). The MEDS
repository (http://www.isdm-gdsi.gc.ca/isdm-gdsi/index-eng.html)
provides Type 2 data.
sealevel
data: [[,sealevel-method
,
[[<-,sealevel-method
,
as.sealevel
,
plot,sealevel-method
,
sealevel-class
,
sealevelTuktoyaktuk
,
sealevel
,
subset,sealevel-method
,
summary,sealevel-method
## Not run:
# library(oce)
# # this yields the sealevel dataset
# sl <- read.oce("h275a96.dat")
# summary(sl)
# plot(sl)
# m <- tidem(sl)
# plot(m)
# ## End(Not run)
Run the code above in your browser using DataLab