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.)TRUE
to get debugging information during processing.class
"sealevel"
, which
is a list
containingdata.frame
containing
[object Object],[object Object]oce
format.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.sealevel-class
explains the
structure of sealevel objects, and also outlines the other functions
dealing with them.library(oce)
# sealevelHalifax
sl <- read.oce("h275a96.dat")
summary(sl)
plot(sl)
m <- tidem(sl)
plot(m)
Run the code above in your browser using DataLab