An xbt object created by using read.xbt() on a Sippican file
created by extracting the near-surface fraction of the sample provided in
Section 5.5.6 of reference 1.
Usage
data(xbt)References
Sippican, Inc. "Bathythermograph Data Acquisition System: Installation, Operation and Maintenance Manual (P/N 308195, Rev. A)," 2003. https://pages.uoregon.edu/drt/MGL0910_Science_Report/attachments/MK21_ISA_Manual_Rev_A.pdf.
See also
Other datasets provided with oce:
adp,
adv,
amsr,
argo,
cm,
coastlineWorld,
ctd,
ctdRaw,
echosounder,
landsat,
lisst,
lobo,
met,
ocecolors,
rsk,
sealevel,
sealevelTuktoyaktuk,
section,
topoWorld,
wind
Other things related to xbt data:
[[,xbt-method,
[[<-,xbt-method,
as.xbt(),
plot,xbt-method,
read.xbt(),
read.xbt.noaa1(),
read.xbt.noaa2(),
subset,xbt-method,
summary,xbt-method,
xbt-class,
xbt.edf,
xbt2.edf
Examples
library(oce)
data(xbt)
summary(xbt)
#> xbt summary
#> -----------
#>
#> * File source: "/Users/kelley/git/oce/create_data/xbt/xbt.edf"
#> * Serial Number: 0
#> * Longitude: 4.005
#> * Latitude: -4
#> * Time: 2000-10-10 08:49:38
#> * Data Overview
#>
#> Min. Mean Max. Dim. NAs OriginalName
#> depth [m] 5.4 7.0333 8.7 6 0 "Depth"
#> temperature [°C, ITS-90] 20.9 20.905 20.91 6 0 "Temperature"
#> soundSpeed [m/s] 1575.3 1575.3 1575.4 6 0 "Sound Velocity"
#>
#> * Processing Log
#>
#> - 2020-02-24 15:07:55 UTC: `create 'xbt' object`
#> - 2020-02-24 15:07:55 UTC: `read.xbt.edf(file = file, debug = 10)`
plot(xbt)