Learn R Programming

⚠️There's a newer version (1.8-3) of this package.Take me there.

oce

About oce

Oce is an R package for processing oceanographic data. Its webpage provides details, of which this README file is just a sketch. A book by one of the oce co-authors provides more information on the package and its potential for oceanographic research (Kelley, Dan E., 2018. Oceanographic Analysis with R. New York. Springer-Verlag ISBN 978-1-4939-8844-0).

Installing oce

Stable versions of oce are available from CRAN, and may be installed from within R, in the same way as other packages. However, the CRAN version is only updated a few times a year (pursuant to policy), so many users install the "develop" branch instead. This branch may be updated several times per day, as the authors fix bugs or add features that are motivated by day-to-day usage. This is the branch favoured by users who need new features or who would wish to contribute to Oce development.

The easy way to install the "develop" branch is to execute the following commands in R.

remotes::install_github("dankelley/oce", ref="develop")

and most readers should also install Ocedata, with

remotes::install_github("dankelley/ocedata", ref="master")

Evolution of oce

Oce is emphatically an open-source system, and so the participation of users is very important. This is why Git is used for version control of the Oce source code, and why GitHub is the host for that code. Users are invited to take part in the development process, by suggesting features, by reporting bugs, or just by watching as others do such things. Oceanography is a collaborative discipline, so it makes sense that the evolution of Oce be similarly collaborative.

Examples using built-in datasets

CTD

library(oce)
data(ctd)
plot(ctd, which=c(1,2,3,5), type="l", span=150)

Acoustic Doppler profiler

library(oce)
data(adp)
plot(adp)

Sealevel and tides

library(oce)
data(sealevel)
m <- tidem(sealevel)
par(mfrow=c(2, 1))
plot(sealevel, which=1)
plot(m)

Echosounder

library(oce)
data(echosounder)
plot(echosounder, which=2, drawTimeRange=TRUE, drawBottom=TRUE)

Map

library(oce)
par(mar=rep(0.5, 4))
data(endeavour, package="ocedata")
data(coastlineWorld, package="oce")
mapPlot(coastlineWorld, col="gray")
mapPoints(endeavour$longitude, endeavour$latitude, pch=20, col="red")

Landsat image

library(ocedata)
library(oce)
data(landsat)
plot(landsat)

Copy Link

Version

Install

install.packages('oce')

Monthly Downloads

3,198

Version

1.3-0

License

GPL (>= 2)

Maintainer

Dan Kelley

Last Published

January 29th, 2021

Functions in oce (1.3-0)

as.argo

Coerce Data Into an Argo Dataset
beamName

Get names of Acoustic-Doppler Beams
bcdToInteger

Decode BCD to integer
ctd

A CTD profile in Halifax Harbour
binmapAdp

Bin-map an ADP object
coastlineBest

Find the Name of the Best Coastline Object
binMean2D

Bin-average f=f(x,y)
coastline-class

Class to Store Coastline Data
decodeTime

Oce Version of as.POSIXct
ctd.cnv

Sample ctd dataset in .cnv format
decodeHeaderNortek

Decode a Nortek Header
drawIsopycnals

Add Isopycnal Curves to TS Plot
eclipticalToEquatorial

Convert ecliptical to equatorial coordinate
drawPalette

Draw a palette, leaving margins suitable for accompanying plot
enuToOther

Rotate acoustic-Doppler data to a new coordinate system
T90fromT48

Convert from ITS-48 to ITS-90 temperature
gps-class

Class to Store GPS Data
grad

Calculate Matrix Gradient
is.ad2cp

Test whether object is an AD2CP type
latlonFormat

Format a latitude-longitude pair
latFormat

Format a latitude
julianCenturyAnomaly

Julian-Day number to Julian century
T90fromT68

Convert from IPTS-68 to ITS-90 temperature
lonFormat

Format a longitude
mapDirectionField

Add a Direction Field to an Existing Map
lon360

Alter longitudes from -180:180 to 0:360 convention
mapGrid

Add a Longitude and Latitude Grid to an Existing Map
mapPolygon

Add a Polygon to a Map
mapScalebar

Add a Scalebar to a Map
addSpine

Add a spine to a section object
adp-class

Class to Store adp (ADCP) Data
argo-class

Class to Store Argo Data
argShow

Show an argument to a function, e.g. for debugging
as.cm

Coerce data into a CM object
as.coastline

Coerce Data into a Coastline Object
numberAsHMS

Convert a Numeric Time to Hour, Minute, and Second
moonAngle

Lunar Angle as Function of Space and Time
oceApprox

Interpolate 1D Data with UNESCO or Reiniger-Ross Algorithm
oceAxis

Draw an axis, possibly with decade-style logarithmic scaling
as.rsk

Coerce Data Into a Rsk Object
oceColorsClosure

Create color functions
beamUnspreadAdp

Adjust ADP Signal for Spherical Spreading
byteToBinary

bilinearInterp

Bilinear Interpolation Within a Grid
as.sealevel

Coerce Data Into a Sealevel Object
abbreviateTimeLabels

Abbreviate a vector of times by removing commonalities
cm-class

Class to Store Current Meter Data
ad2cpHeaderValue

Decode an item from a Nortek AD2CP file header
concatenate,list-method

Concatenate a list of oce objects
concatenate,adp-method

Concatenate adp objects
applyMagneticDeclination

Earth magnetic declination
approx3d

Trilinear interpolation in a 3D array
download.coastline

Download a coastline File
ctimeToSeconds

Interpret a character string as a time interval
download.met

Download and Cache a met File
curl

Curl of 2D vector field
GMTOffsetFromTz

Determine time offset from timezone
adpEnsembleAverage

Ensemble Average an ADP Object in Time
as.lisst

Coerce Data Into a LISST Object
adp

Sample adp (acoustic-doppler profiler) dataset
CTD_BCD2014666_008_1_DN.ODF.gz

Sample ctd dataset in odf format
findInOrdered

Find indices of times in an ordered vector (defunct)
angleRemap

Convert angles from 0:360 to -180:180
angle2hms

Convert astronomical angle in degrees to hours, minutes and seconds
firstFinite

Get first finite value in a vector or array, or NULL if none
amsr-class

Class to Store AMSR-2 Satellite Data
as.gps

Coerce data into a GPS dataset
as.lobo

Coerce Data into a Lobo Object
amsr

An amsr dataset for waters near Nova Scotia
as.ladp

Coerce data into an ladp object
as.topo

Coerce Data into Topo Object
as.ctd

Coerce data into CTD object
as.tidem

Create tidem object from fitted harmonic data
beamToXyz

Change ADV or ADP coordinate systems
as.section

Create a Section
as.echosounder

Coerce Data into an Echosounder Object
beamToXyzAdp

Convert ADP From Beam to XYZ Coordinates
oceFilter

Filter a Time Series
oceColorsDensity

Create colors suitable for density fields
plotTS

Plot Temperature-Salinity Diagram
binAverage

Bin-average a vector y, based on x values
handleFlags,argo-method

Handle Flags in ARGO Objects
oceColorsTwo

Create two-color palette
preferAdjusted

Set Preference for Adjusted Values
oceColorsTurbo

Create colors similar to the google turbo scheme
binCount1D

Bin-count vector data
oceGetData

Get Something from an oce data Slot
oceSmooth

Smooth an Oce Object
ODF2oce

Create ODF object from the output of ODF::read_ODF().
ODFListFromHeader

Create a list of ODF header metadata
plot,landsat-method

Plot a landsat Object
as.met

Coerce Data into met Object
binApply2D

Apply a function to matrix data
as.unit

Convert a String to a Unit
binApply1D

Apply a function to vector data
oceSetMetadata

Set Something in an oce metadata Slot
read.xbt.noaa1

Read a NOAA format for AXBTs
read.ctd.woce.other

Read a WOCE-exchange EXPOCODE File
plot,lisst-method

Plot a lisst Object
plotSticks

Draw a Stick Plot
coastlineCut

Cut a Coastline Object at Specified Longitude
adp_rdi.000

Sample adp (acoustic-doppler profiler) file in RDI format
argo

ARGO float dataset
retime

Adjust the time within Oce object
adv-class

Class to Store adv Data
argoGrid

Grid Argo float data
as.oce

Coerce Something Into an Oce Object
handleFlags,ctd-method

Handle Flags in ctd Objects
[[<-,lobo-method

Replace Parts of a LOBO Object
as.windrose

Create a Windrose Object
bound125

Calculate a rounded bound, rounded up to mantissa 1, 2, or 5
handleFlagsInternal

Low-level function for handling data-quality flags
composite,list-method

Composite by Averaging Across Data
composite

Create a composite object by averaging across good data
beamToXyzAdv

Convert ADV from Beam to XYZ Coordinates
beamToXyzAdpAD2CP

Convert AD2CP-style adp data From Beam to XYZ Coordinates
bremen-class

Class to Store Bremen-formatted Data
concatenate,oce-method

Concatenate oce objects
cm

A Current Meter (cm) Object
cnvName2oceName

Infer variable name, units and scale from a Seabird (.cnv) header line
ctdDecimate

Decimate a CTD profile
as.xbt

Create an xbt object
dataLabel

Try to associate data names with units, for use by summary()
coastlineWorld

World Coastline
decimate

Smooth and Decimate, or Subsample, an Oce Object
concatenate

Concatenate oce objects
defaultFlags

Suggest a default flag vector for bad or suspicious data
despike

Remove spikes from a time series
ctd-class

Class to Store CTD (or general hydrographic) Data
coriolis

Coriolis parameter on rotating earth
d200321-001.ctd

Sample ctd dataset in .ctd format
d201211_0011.cnv

Sample ctd dataset in .cnv format
binCount2D

Bin-count matrix data
colormap

Calculate color map
composite,amsr-method

Create a composite of amsr satellite data
binMean1D

Bin-average f=f(x)
head.oce

Extract The Start of an Oce Object
initializeFlags,oce-method

Create storage for a flag, and initialize values, for a oce object
enuToOtherAdv

Convert ENU to Other Coordinate
geodXyInverse

Inverse Geodesic Calculation
geodXy

Convert From Geographical to Geodesic Coordinates
enuToOtherAdp

Convert ADP ENU to Rotated Coordinate
ctdRaw

Seawater CTD Profile, Without Trimming of Extraneous Data
initializeFlags

Create storage for a flag, and initialize values, for a oce object
detrend

Detrend a set of observations
ctdTrim

Trim Beginning and Ending of a CTD cast
lisst-class

Class to Store LISST Data
lisst

LISST Dataset
read.ctd.woce

Read a WOCE-exchange CTD File
download.topo

Download and Cache a topo File
initializeFlags,adp-method

Create storage for a flag, and initialize values, for a adp object
drawDirectionField

Draw a Direction Field
download.amsr

Download and Cache an amsr File
lowpass

Perform lowpass digital filtering
magneticField

Earth magnetic declination, inclination, and intensity
oceColorsViridis

Create colors similar to the matlab Viridis scheme
handleFlags,oce-method

Handle flags in oce objects
mapContour

Add Contours on a Existing map
fillGap

Fill a gap in an oce object
handleFlags,section-method

Handle flags in Section Objects
equatorialToLocalHorizontal

Convert equatorial to local horizontal coordinate
echosounder-class

Class to Store Echosounder Data
ctdFindProfiles

Find Profiles within a Tow-Yow CTD Record
mapCoordinateSystem

Draw a coordinate system
mapText

Add Text to a Map
oce.as.raw

Version of as.raw() that clips data
mapTissot

Add Tissot Indicatrices to a Map
lonlat2utm

Convert Longitude and Latitude to UTM
oce.axis.POSIXct

Oce Version of axis.POSIXct
oceDebug

Print a debugging message
findBottom

Find the Ocean Bottom in an Echosounder Object
presentTime

Get the present time, in a stated timezone
oceDeleteData

Delete Something in an oce data Slot
oceNames2whpNames

Translate Oce Data Names to WHP Data Names
met

Sample met Object
geodDist

Compute Geodesic Distance on Surface of Earth
errorbars

Draw error bars on an existing xy diagram
geodGc

Great-circle Segments Between Points on Earth
read.adv.sontek.text

Read an ADV data file
echosounder

Echosounder Dataset
formatCI

Confidence interval in parenthetic notation
read.amsr

Read an amsr File
ocePmatch

Partial matching of strings or numbers
handleFlags,adp-method

Handle Flags in adp Objects
gravity

Acceleration due to earth gravity
initializeFlagScheme,section-method

Establish a data-quality scheme for a section object
handleFlags,vector-method

Signal erroneous application to non-oce objects
fullFilename

Full name of file, including path
imagep

Plot an Image with a Color Palette
g1sst-class

Class to Store G1SST Satellite-model Data
handleFlags

Handle flags in oce objects
initialize,ctd-method

Initialize storage for a ctd object
integrateTrapezoid

Trapezoidal Integration
initializeFlagScheme

Establish a data-quality scheme for a oce object
read.g1sst

Read a G1SST file
oceRenameMetadata

Rename Something in an oce metadata Slot
[[,coastline-method

Extract Something From a Coastline Object
integerToAscii

Decode integer to corresponding ASCII code
lobo-class

Class to Store LOBO Data
initializeFlagsInternal

Create storage for a flag, and initialize values, for a oce object
lobo

Sample LOBO Dataset
formatPosition

Format Geographical Position in Degrees and Minutes
metNames2oceNames

Convert met Data Name to Oce Name
initializeFlagSchemeInternal

Establish a data-quality scheme for a oce object
initializeFlagScheme,ctd-method

Establish a data-quality scheme for a ctd object
initializeFlagScheme,oce-method

Establish a data-quality scheme for a oce object
sectionAddStation

Add a CTD Station to a Section
ladp-class

Class to Store Lowered-adp Data
julianDay

Convert a time to a Julian day
oceColorsVelocity

Create colors suitable for velocity fields
lookWithin

Look Within the First Element of a List for Replacement Values
oceColorsPhase

Create colors suitable for phase fields
landsat

Sample landsat Dataset
map2lonlat

Convert X and Y to Longitude and Latitude
makeFilter

Make a digital filter
landsat-class

Class to Store landsat Data
mapArrows

Add Arrows to a Map
matchBytes

Locate byte sequences in a raw vector
interpBarnes

Grid data using Barnes algorithm
mapAxis

Add Axis Labels to an Existing Map
mapLocator

Locate Points on a Map
read.echosounder

Read an Echosounder File
oceSetData

Set Something in an oce data Slot
met-class

Class to Store Meteorological Data
matrixSmooth

Smooth a Matrix
mapLongitudeLatitudeXY

Convert From Longitude and Latitude to X and Y
oceProject

Wrapper to sf::sf_project()
plot,xbt-method

Plot an xbt Object
longitudeTighten

Try to Reduce Section Longitude Range
landsatAdd

Add a Band to a landsat Object
oceColorsCDOM

Create colors suitable for CDOM fields
landsatTrim

Trim a landsat Image to a Geographical Region
lonlat2map

Convert Longitude and Latitude to X and Y
plot,adv-method

Plot an adv Object
section

Hydrographic section
plot,amsr-method

Plot an amsr Object
summary,amsr-method

Summarize an amsr Object
plot,lobo-method

Plot a lobo object
oce.contour

Oce Variant of contour
predict.tidem

Predict a Tidal Signal
mapImage

Add an Image to a Map
parseLatLon

Parse a Latitude or Longitude String
read.adv.sontek.serial

Read an ADV data file
oceColorsFreesurface

Create colors suitable for freesurface fields
oceColorsGebco

Create colors in a Gebco-like scheme
oceColorsChlorophyll

Create colors suitable for chlorophyll fields
mapLines

Add Lines to a Map
matrixShiftLongitude

Rearrange areal matrix so Greenwich is near the centre
mapPoints

Add Points to a Map
oce-deprecated

Deprecated and Defunct Elements of the oce package
oce-class

Base Class for oce Objects
mapPlot

Draw a Map
oceColorsVorticity

Create colors suitable for vorticity fields
oce

oce: A Package for Oceanographic Analysis.
oce.plot.ts

Oce Variant of plot.ts
oceColorsOxygen

Create colors suitable for oxygen fields
oceColorsJet

Create colors similar to the Matlab Jet scheme
oce.write.table

Write the Data Portion of Object to a File
summary,odf-method

Summarize an ODF Object
[[,section-method

Extract Something From a Section Object
numberAsPOSIXct

Convert a Numeric Time to a POSIXct Time
oce.grid

Add a Grid to an Existing Oce Plot
oceSpectrum

Wrapper to give normalized spectrum
oceUnits2whpUnits

Translate oce unit to WHP unit
renameData

Rename items in the data slot of an oce object (deprecated)
[[<-,ladp-method

title Replace Parts of a ladp Object
rotateAboutZ

Rotate velocity components within an oce object
[[,cm-method

Extract Something From a CM Object
subset,met-method

Subset a met Object
swSCTp

Practical salinity from electrical conductivity, temperature and pressure
[[,gps-method

Extract Something From a GPS Object
[[<-,gps-method

Replace Parts of a GPS Object
[[,sealevel-method

Extract Something From a Sealevel Object
oceColorsTemperature

Create colors suitable for temperature fields
summary,adv-method

Summarize an ADV object
[[,g1sst-method

Extract Something From a G1SST Object
plot,met-method

Plot a met Object
setFlags,oce-method

Set data-quality flags within a oce object
oceColorsTurbidity

Create colors suitable for turbidity fields
oceEdit

Edit an Oce Object
oceDeleteMetadata

Delete Something in an oce metadata Slot
plot,bremen-method

Plot a bremen Object
plot,argo-method

Plot an argo Object
processingLogAppend

Append an item to a processing log
ocecolors

Data that define some color palettes
plot,sealevel-method

Plot a sealevel Object
processingLogShow

Show the processing log of an oce object
pwelch

Welch periodogram
[[,met-method

Extract Something From a met Object
plot,gps-method

Plot a gps Object
rescale

Rescale values to lie in a given range
read.oce

Read an Oceanographic Data File
odf-class

Class to Store ODF Data
processingLogItem

Create an item that can be inserted into a processing log
subset,section-method

Subset a Section Object
oceRenameData

Rename Something in an oce data Slot
swBeta

Seawater haline contraction coefficient
oceColorsSalinity

Create colors suitable for salinity fields
plot,cm-method

Plot a cm Object
plot,ladp-method

Plot an ladp Object
plot,oce-method

Plot an oce Object
read.adp.sontek

Read a Sontek ADP File
plot,odf-method

Plot an odf Object
plot,windrose-method

Plot a windrose Object
plot,coastline-method

Plot a coastline Object
read.woa

Read a World Ocean Atlas NetCDF File
rskPatm

Estimate Atmospheric Pressure in Rsk Object
read.adv.sontek.adr

Read an ADV data file
read.adp

Read an ADP File
oceCRS

Coordinate Reference System strings for some oceans
[[<-,met-method

Replace Parts of a met Object
plot,section-method

Plot a section Object
subset,argo-method

Subset an Argo Object
swAlpha

Seawater thermal expansion coefficient
subset,cm-method

Subset a CM Object
read.adp.ad2cp

Read an AD2CP File
[[,amsr-method

Extract Something From an amsr Object
read.coastline.openstreetmap

Read a Coastline File in Openstreetmap Format
plot,topo-method

Plot a topo Object
plot,tidem-method

Plot a tidem Object
read.adp.sontek.serial

Read a serial Sontek ADP file
prettyPosition

Pretty lat/lon in deg, min, sec
rangeExtended

Calculate Range, Extended a Little, as is Done for Axes
rangeLimit

Substitute NA for data outside a range
processingLog<-

Add an item to a processing log (in place)
oceColorsPAR

Create colors suitable for PAR fields
read.aquadopp

Read a Nortek Aquadopp File
read.ctd.odf

Read a CTD file in ODF format
read.aquadoppHR

Read Nortek Aquadopp-HR File
read.ctd.itp

Read an ITP-type CTD File
secondsToCtime

Time interval as colon-separated string
read.bremen

Read a Bremen File
read.landsat

Read a landsat File Directory
rsk2ctd

Create a ctd Object from an rsk Object
section-class

Class to Store Hydrographic Section Data
read.cm

Read a CM file
showMetadataItem

Show metadata item
oceColors9B

Create colors in a red-yellow-blue color scheme
sectionGrid

Grid a Section in Pressure Space
standardDepths

Standard Oceanographic Depths
read.coastline

Read a Coastline File
sealevelTuktoyaktuk

Sea-level data set acquired in 1975 at Tuktoyaktuk
read.lisst

Read a LISST File
sealevel

Sealevel data for Halifax Harbour
read.topo

Read a Topo File
subset,oce-method

Subset an oce Object
oceGetMetadata

Get Something From an oce metadata Slot
plot,rsk-method

Plot a rsk Object
sectionSort

Sort a Section
setFlags,adp-method

Set data-quality flags within a adp object
standardizeLongitude

Put longitude in the range from -180 to 180
oceColorsPalette

Create a vector of colors
[[,ladp-method

Extract Something From an ladp Object
read.netcdf

Read a NetCDF File
plot,satellite-method

Plot a satellite Object
read.ctd.odv

Read an ODV-type CTD File
read.ctd.sbe

Read a Seabird CTD File
plotPolar

Draw a Polar Plot
read.ctd

Read a General CTD File
plotInset

Plot an Inset Diagram
read.coastline.shapefile

Read a Coastline File in Shapefile Format
[[,adp-method

Extract Something from an adp Object
swSTrho

Seawater salinity from temperature and density
[[,lobo-method

Extract Something From a LOBO Object
[[<-,ctd-method

Replace Parts of a ctd Object
siderealTime

Convert a POSIXt time to a sidereal time
xyzToEnu

Convert Acoustic-Doppler Data From xyz to enu Coordinates
read.adv.nortek

Read an ADV data file
read.adv

Read an ADV data file
[[,windrose-method

Extract Something From a Windrose Object
read.section

Read a Section File
test_met_csv1.csv

Sample met dataset (CSV format prior to October 2019)
swAbsoluteSalinity

Seawater absolute salinity, in GSW formulation
read.sealevel

Read a Sealevel File
read.index

Read a NOAA ocean index file
read.gps

Read a GPS File
read.odf

Read an ODF file
swRrho

Density ratio
rsk-class

Class to Store Rsk Data
read.rsk

Read a Rsk file
rsk

Sample Rsk Dataset
[[<-,coastline-method

Replace Parts of a Coastline Object
[[,adv-method

Extract Something from an adv Object
[[,lisst-method

Extract Something From a LISST Object
unitFromString

Decode units, from strings
windrose-class

Class to Store Windrose Data
summary,ctd-method

Summarize a ctd Object
[[<-,landsat-method

Replace Parts of a landsat Object
setFlags

Set data-quality flags within a oce object
shiftLongitude

Shift Longitude to Range -180 to 180
[[,argo-method

Extract Something From an Argo Object
[[,bremen-method

Extract Something From a Bremen Object
oceMagic

Find the Type of an Oceanographic Data File
sectionSmooth

Smooth a Section
read.argo

Read an Argo Data File
plot,ctd-method

Plot a ctd Object
read.lobo

Read a LOBO File
oceConvolve

Convolve two time series
[[,odf-method

Extract Something From an ODF Object
swSoundAbsorption

Seawater sound absorption in dB/m
toEnuAdp

Convert an ADP Object to ENU Coordinates
swSigmaTheta

Seawater potential density anomaly
vectorShow

Show some values from a vector
velocityStatistics

Report Statistics of adp or adv Velocities
test_met_csv2.csv

Sample met dataset (CSV format as of October 2019)
[[,rsk-method

Extract Something From a Rsk Object
read.adp.nortek

Read a Nortek ADP File
toEnuAdv

Convert an ADV Object to ENU Coordinates
setFlags,ctd-method

Set data-quality flags within a ctd object
[[<-,cm-method

Replace Parts of a CM Object
[[<-,bremen-method

Replace Parts of a Bremen Object
[[<-,topo-method

Replace Parts of a Topo Object
summary,argo-method

Summarize an Argo Object
[[,tidem-method

Extract Something From a Tidem Object
[[,topo-method

Extract Something From a Topo Object
summary,windrose-method

Summarize a windrose object
[[<-,windrose-method

Replace Parts of a Windrose Object
[[<-,odf-method

Replace Parts of an ODF Object
read.adp.rdi

Read a Teledyne/RDI ADP File
resizableLabel

Provide axis names in adjustable sizes
[[<-,xbt-method

Replace Parts of an xbt Object
[[<-,adp-method

Replace Parts of an ADP Object
xyzToEnuAdp

Convert ADP From XYZ to ENU Coordinates
[[<-,adv-method

Replace Parts of an ADV Object
subset,ctd-method

Subset a ctd Object
subset,coastline-method

Subset a Coastline Object
swConservativeTemperature

Seawater conservative temperature, in GSW formulation
summary,oce-method

Summarize an oce Object
swAlphaOverBeta

Ratio of seawater thermal expansion coefficient to haline contraction coefficient
subtractBottomVelocity

Subtract Bottom Velocity from ADP
plot,adp-method

Plot an adp Object
read.xbt.edf

Read a Sippican '.edf' format xbt file
summary,echosounder-method

Summarize an Echosounder Object
[[<-,lisst-method

Replace Parts of a LISST Object
subset,adp-method

Subset an ADP Object
[[<-,rsk-method

Replace Parts of a Rsk Object
plot,echosounder-method

Plot an echosounder Object
plotProfile

Plot a CTD Profile
swTheta

Seawater potential temperature
subset,rsk-method

Subset a Rsk Object
subset,lobo-method

Subset a LOBO Object
plotScan

Plot CTD data in a Low-Level Fashion
summary,adp-method

Summarize an ADP Object
plotTaylor

Plot a Model-data Comparison Diagram
swCSTp

Electrical conductivity ratio from salinity, temperature and pressure
swTSrho

Seawater temperature from salinity and density
[[<-,sealevel-method

Replace Parts of a Sealevel Object
[[,xbt-method

Extract Something From an xbt Object
[[<-,tidem-method

Replace Parts of a Tidem Object
summary,lobo-method

Summarize a LOBO Object
timeToArgoJuld

Convert time to Argo Julian Day (juld)
subset,topo-method

Subset a Topo Object
subset,xbt-method

Subset an xbt Object
swSigma

Seawater density anomaly
summary,gps-method

Summarize a GPS Object
summary,rsk-method

Summarize a Rsk Object
summary,ladp-method

Summarize an ladp object
swThermalConductivity

Seawater thermal conductivity
swN2

Squared buoyancy frequency for seawater
subset,amsr-method

Subset an amsr Object
read.aquadoppProfiler

Read a Nortek Aquadopp-Profiler File
[[,landsat-method

Extract Something From a landsat Object
satellite-class

Class to Store Satellite Data
read.met

Read a met File
subset,echosounder-method

Subset an Echosounder Object
rskToc

Decode table-of-contents File from a Rsk File
read.xbt

Read an xbt file
swSigma1

Seawater potential density anomaly referenced to 1000db pressure
unitFromStringRsk

Infer Rsk units from a vector of strings
summary,bremen-method

Summarize a Bremen Object
topoWorld

Global Topographic Dataset at Half-degree Resolution
woceNames2oceNames

Translate WOCE Data Names to Oce Data Names
[[<-,oce-method

Replace Parts of an Oce Object
swZ

Vertical coordinate
summary,met-method

Summarize a met Object
subset,odf-method

Subset an ODF object
summary,landsat-method

Summarize a landsat Object
summary,lisst-method

Summarize a LISST Object
tidem-class

Class to Store Tidal Models
tidemVuf

Nodal Modulation Calculations for Tidem
runlm

Calculate running linear models
summary,satellite-method

Summarize a satellite object
swPressure

Water pressure
trimString

Remove leading and trailing whitespace from strings
summary,xbt-method

Summarize an xbt Object
swSigma0

Seawater potential density anomaly referenced to surface pressure
swViscosity

Seawater viscosity
wind

Wind dataset
tidemConstituentNameFix

Change tidal constituent name from T-TIDE to Foreman convention
tidemAstron

Astronomical Calculations for Tidem
summary,tidem-method

Summarize a Tidem Object
summary,topo-method

Summarize A Topo Object
webtide

Get a Tidal Prediction from a WebTide Database
window.oce

Window an Oce Object by Time or Distance
swDepth

Water depth
[[<-,echosounder-method

Replace Parts of an Echosounder Object
snakeToCamel

Convert each of a vector of strings from SNAKE_CASE to camelCase
undriftTime

Correct for drift in instrument clock
unabbreviateYear

Determine year from various abbreviations
useHeading

Replace the Heading for One Instrument With That of Another
swLapseRate

Seawater lapse rate
subset,adv-method

Subset an ADV Object
sealevel-class

Class to Store Sealevel Data
[[,oce-method

Extract Something From an oce Object
swRho

Seawater density
[[,ctd-method

Extract Something From a ctd Object
swDynamicHeight

Dynamic height of seawater profile
swSigma4

Seawater potential density anomaly referenced to 4000db pressure
ungrid

Extract (x, y, z) from (x, y, grid)
tail.oce

Extract the End of an Oce Object
unduplicateNames

Rename duplicated character strings
swTFreeze

Seawater freezing temperature
swSigmaT

Seawater quasi-potential density anomaly
swSpice

Seawater spiciness
unwrapAngle

Unwrap an angle that suffers modulo-360 problems
woceUnit2oceUnit

Translate WOCE units to oce units
tidem

Fit a Tidal Model to a Timeseries
test_met_xml2.xml

Sample met dataset (XML format as of October 2019)
threenum

Calculate min, mean, and max values
[[,echosounder-method

Extract Something from an Echosounder Object
titleCase

Capitalize first letter of each of a vector of words
topo-class

Class to Store Topographic Data
topoInterpolate

Interpolate Within a Topo Object
xyzToEnuAdpAD2CP

Convert ADP2CP adp object From XYZ to ENU Coordinates
[[<-,amsr-method

Replace Parts of an amsr Object
xyzToEnuAdv

Convert an ADP from XYZ to ENU Coordinates
[[<-,argo-method

Replace Parts of an Argo Object
swSigma3

Seawater potential density anomaly referenced to 3000db pressure
[[<-,g1sst-method

Replace Parts of a G1SST Object
[[<-,section-method

Replace Parts of a Section Object
summary,coastline-method

Summarize a Coastline Object
subset,sealevel-method

Subset a Sealevel Object
summary,cm-method

Summarize a CM Object
swSoundSpeed

Seawater sound speed
write.ctd

Write a CTD Data Object as a CSV File
sunDeclinationRightAscension

Sun Declination and Right Ascension
summary,sealevel-method

Summarize a Sealevel Object
sunAngle

Solar Angle as Function of Space and Time
summary,section-method

Summarize a Section Object
swSigma2

Seawater potential density anomaly referenced to 2000db pressure
swSpecificHeat

Seawater specific heat Source= http://sam.ucsd.edu/sio210/propseawater/ppsw_fortran/ppsw.f check value: cpsw = 3849.500 j/(kg deg. c) for s = 40 (ipss-78),
utm2lonlat

Convert UTM to Longitude and Latitude
tidedata

Tidal Constituent Information
xbt.edf

Sample xbt dataset
xbt

An XBT Object
tidalCurrent

Tidal Current Dataset
toEnu

Rotate acoustic-Doppler data to the enu coordinate system
usrLonLat

Calculate lon-lat coordinates of plot-box trace
xbt-class

Class to Store XBT Data
adv

Sample adv (acoustic-doppler velocimeter) dataset
airRho

Air density
argoJuldToTime

Convert Argo Julian Day (juld) to time
T68fromT90

Convert from ITS-90 to IPTS-68 temperature
ODFNames2oceNames

Translate from ODF Names to Oce Names
as.adp

Create an ADP Object
argoNames2oceNames

Convert Argo Data Name to Oce Name