Last chance! 50% off unlimited learning
Sale ends in
read.oce(file, ...)
class
"oce"
, and also with a class
that signifies the type of data, e.g. "ctd"
, "sealevel"
, etc.magic
. If it can be discovered, then an instrument-specific
file reading function is called, with the file
and with any additional
arguments being supplied.magic
. If the file type can be determined, then one
of the following is called:
read.ctd
,
read.coastline
read.lobo
,
read.pt
,
read.sealevel
, etc.library(oce)
x <- read.oce(system.file("extdata", "ctd.cnv", package="oce"))
plot(x) # summary with TS and profiles
plot.TS(x) # just the TS
Run the code above in your browser using DataLab