Learn R Programming

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

oce

Oce is an R package for processing oceanographic data. Its webpage provides details, of which this README file is just a sketch.

Stable versions of the package are normally installed from within R, in the same way as other packages. However, this version is only updated a few times a year (pursuant to CRAN 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 would like to contribute to Oce development.

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

library(devtools)
install_github('dankelley/oce', ref='develop')

and most readers should also install Ocedata, with

install_github('dankelley/ocedata', ref='master')

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. All 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.

Copy Link

Version

Install

install.packages('oce')

Monthly Downloads

3,613

Version

1.0-1

License

GPL (>= 2)

Maintainer

Last Published

October 4th, 2018

Functions in oce (1.0-1)

argo-class

Class to Store Argo Data
as.met

Coerce Data into met Object
argoGrid

Grid Argo float data
adp-class

Class to Store adp (ADCP) Data
as.oce

Coerce Something Into an Oce Object
argoNames2oceNames

Convert Argo Data Name to Oce Name
bilinearInterp

Bilinear Interpolation Within a Grid
approx3d

Trilinear interpolation in a 3D array
argShow

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

Adjust ADP Signal for Spherical Spreading
binMean2D

Bin-average f=f(x,y)
angleRemap

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

ADP (acoustic-doppler profiler) dataset
binmapAdp

Bin-map an ADP object
adv-class

Class to Store adv Data
adpEnsembleAverage

Ensemble Average an ADP Object in Time
as.cm

Coerce data into a CM object
as.section

Create a Section
argo

ARGO float dataset
as.tidem

Create tidem object from fitted harmonic data
airRho

Air density
applyMagneticDeclination

Earth magnetic declination
composite,list-method

Composite by Averaging Across Data
composite,amsr-method

Create a composite of amsr satellite data
colormap

Calculate color map
beamName

Get names of Acoustic-Doppler Beams
as.coastline

Coerce Data into a Coastline Object
beamToXyzAdp

Convert ADP From Beam to XYZ Coordinates
beamToXyz

Change ADV or ADP coordinate systems
binAverage

Bin-average a vector y, based on x values
binCount1D

Bin-count vector data
composite

Create a composite object by averaging across good data
as.gps

Coerce data into a GPS dataset
binApply1D

Apply a function to vector data
as.ladp

Coerce data into an ladp object
amsr-class

Class to Store AMSR-2 Satellite Data
adv

ADV (acoustic-doppler velocimeter) dataset
binApply2D

Apply a function to matrix data
as.ctd

Coerce data into CTD object
beamToXyzAdv

Convert ADV from Beam to XYZ Coordinates
as.adp

Create an ADP Object
as.echosounder

Coerce Data into an Echosounder Object
binCount2D

Bin-count matrix data
binMean1D

Bin-average f=f(x)
as.argo

Coerce Data Into an Argo Dataset
coastlineCut

Cut a Coastline Object at Specified Longitude
coastlineWorld

World Coastline
byteToBinary

Format bytes as binary [defunct]
as.rsk

Coerce Data Into a Rsk Object
decimate

Smooth and Decimate, or Subsample, an Oce Object
cm-class

Class to Store Current Meter Data
coriolis

Coriolis parameter on rotating earth
as.lisst

Coerce Data Into a LISST Object
download.met

Download and Cache a met File
decodeHeaderNortek

Decode a Nortek Header
drawDirectionField

Draw a Direction Field
ctd-class

Class to Store CTD (or general hydrographic) Data
as.lobo

Coerce Data into a Lobo Object
ctdRaw

Seawater CTD Profile, Without Trimming of Extraneous Data
drawIsopycnals

Add Isopycnal Curves to TS Plot
ctdTrim

Trim Beginning and Ending of a CTD cast
ctd

A CTD profile in Halifax Harbour
enuToOtherAdv

Convert ENU to Other Coordinate
equatorialToLocalHorizontal

Convert equatorial to local horizontal coordinate
ctdAddColumn

Add a Column to the Data Slot of a CTD Object [defunct]
firstFinite

Get first finite value in a vector or array, or NULL if none
as.sealevel

Coerce Data Into a Sealevel Object
as.topo

Coerce Data into Topo Object
curl

Curl of 2D vector field
dataLabel

Try to associate data names with units, for use by summary()
as.unit

Convert a String to a Unit
formatCI

Confidence interval in parenthetic notation
despike

Remove spikes from a time series
grad

Calculate Matrix Gradient
detrend

Detrend a set of observations
gravity

Acceleration due to earth gravity
initializeFlagScheme,oce-method

Establish a data-quality scheme for a oce object
cm

A CM Record
initializeFlagScheme,section-method

Establish a data-quality scheme for a section object
lonlat2utm

Convert Longitude and Latitude to UTM
lookWithin

Look Within the First Element of a List for Replacement Values
g1sst-class

Class to Store G1SST Satellite-model Data
as.windrose

Create a Windrose Object
geodDist

Compute Geodesic Distance on Surface of Earth
cnvName2oceName

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

Download and Cache a topo File
concatenate

Concatenate oce objects
concatenate,oce-method

Concatenate oce objects
drawPalette

Draw a palette, leaving margins suitable for accompanying plot
geodXyInverse

Inverse Geodesic Calculation
echosounder-class

Class to Store Echosounder Data
makeFilter

Make a digital filter
decodeTime

Oce Version of as.POSIXct
map2lonlat

Convert X and Y to Longitude and Latitude
handleFlags,adp-method

Handle Flags in adp Objects
moonAngle

Lunar Angle as Function of Space and Time
handleFlags,argo-method

Handle Flags in ARGO Objects
bcdToInteger

Decode BCD to integer
ctdDecimate

Decimate a CTD profile
bound125

Calculate a rounded bound, rounded up to matissa 1, 2, or 5
gps-class

Class to Store GPS Data
defaultFlags

Suggest a default flag for good data
bremen-class

Class to Store Bremen-formatted Data
numberAsHMS

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

Establish a data-quality scheme for a oce object
oce.as.POSIXlt

Oce Variant of as.POSIXlt [defunct]
oce.as.raw

Version of as.raw() that clips data
echosounder

Echosounder Dataset
oceCRS

Coordinate Reference System strings for some oceans
coastlineBest

Find the Name of the Best Coastline Object
coastline-class

Class to Store Coastline Data
initializeFlags,adp-method

Create storage for a flag, and initialize values, for a adp object
concatenate,adp-method

Concatenate adp objects
head.oce

Extract The Start of an Oce Object
imagep

Plot an Image with a Color Palette
concatenate,list-method

Concatenate a list of oce objects
interpBarnes

Grid data using Barnes algorithm
ctdFindProfiles

Find Profiles within a Tow-Yow CTD Record
eclipticalToEquatorial

Convert ecliptical to equatorial coordinate
landsat-class

Class to Store landsat Data
landsat

Sample landsat Dataset
lonFormat

Format a longitude
formatPosition

Format Geographical Position in Degrees and Minutes
download.amsr

Download and Cache an amsr File
oceColors9B

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

Update a CTD Header [defunct]
oceColorsTemperature

Create colors suitable for temperature fields
julianCenturyAnomaly

Julian-Day number to Julian century
lonlat2map

Convert Longitude and Latitude to X and Y
download.coastline

Download a coastline File
oceColorsTurbidity

Create colors suitable for turbidity fields
errorbars

Draw error bars on an existing xy diagram
mapDirectionField

Add a Direction Field to an Existing Map
mapGrid

Add a Longitude and Latitude Grid to a Map
mapLocator

Locate Points on a Map
oceEdit

Edit an Oce Object
mapLongitudeLatitudeXY

Convert From Longitude and Latitude to X and Y
fullFilename

Full name of file, including path
fillGap

Fill a gap in an oce object
met

Sample met Object
oceFilter

Filter a time-series
mapMeridians

Add Meridians on a Map [defunct]
initialize,ctd-method

Initialize storage for a ctd object
mapPlot

Draw a Map
initializeFlagScheme,ctd-method

Establish a data-quality scheme for a ctd object
geodGc

Great-circle Segments Between Points on Earth
ctimeToSeconds

Interpret a character string as a time interval
integerToAscii

Decode integer to corresponding ASCII code
geodXy

Convert From Geographical to Geodesic Coordinates
matchBytes

Locate byte sequences in a raw vector
enuToOther

Rotate acoustic-Doppler data to a new coordinate system
handleFlags,vector-method

Signal erroneous application to non-oce objects
enuToOtherAdp

Convert ADP ENU to Rotated Coordinate
matrixShiftLongitude

Rearrange areal matrix so Greenwich is near the centre
ocecolors

Data that define some color palettes
handleFlags

Handle flags in oce objects
odf-class

Class to Store ODF Data
metNames2oceNames

Convert met Data Name to Oce Name
oceColorsViridis

Create colors similar to the matlab Viridis scheme
integrateTrapezoid

Trapezoidal Integration
oceColorsVorticity

Create colors suitable for vorticity fields
julianDay

Convert a POSIXt time to a Julian day
oce

oce: A Package for Oceanographic Analysis
oce-deprecated

Deprecated and Defunct Elements of package ‘oce’
findBottom

Find the Ocean Bottom in an Echosounder Object
findInOrdered

Find indices of times in an ordered vector [defunct]
lisst-class

Class to Store LISST Data
plot,landsat-method

Plot a landsat Object
lisst

LISST Dataset
plot,lisst-method

Plot LISST data
oceUnits2whpUnits

Translate oce unit to WHP unit
plot,adv-method

Plot ADV data
oceSpectrum

Wrapper to give normalized spectrum
handleFlags,ctd-method

Handle Flags in CTD Objects
handleFlags,section-method

Handle flags in Section Objects
initializeFlags,oce-method

Create storage for a flag, and initialize values, for a oce object
plot,amsr-method

Plot an amsr Object
plot,rsk-method

Plot Rsk Data
mapArrows

Add Arrows to a Map
oce.write.table

Write the Data Portion of Object to a File
read.adp

Read an ADP File
initializeFlags

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

Add Axis Labels to an Existing Map
plot,satellite-method

Plot a satellite object
landsatAdd

Add a Band to a landsat Object
oceApprox

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

Create colors similar to the Matlab Jet scheme
mapImage

Add an Image to a Map
oceDeleteData

Delete data from an oce object
landsatTrim

Trim a landsat Image to a Geographical Region
oceColorsOxygen

Create colors suitable for oxygen fields
read.adp.nortek

Read a Nortek ADP File
mapLines

Add Lines to a Map
ladp-class

Class to Store Lowered-adp Data
mapTissot

Add Tissot Indicatrices to a Map
read.argo

Read an Argo Data File
mapZones

Add Zones to a Map [defunct]
oce.grid

Add a Grid to an Existing Oce Plot
latFormat

Format a latitude
read.bremen

Read a Bremen File
sealevel-class

Class to Store Sealevel Data
oceDeleteMetadata

Delete metadata from an oce object
lobo-class

Class to Store LOBO Data
lobo

LOBO Dataset
oce.plot.ts

Oce Variant of plot.ts
lowpass

Perform lowpass digital filtering
plot,cm-method

Plot CM data
latlonFormat

Format a latitude-longitude pair
oceColorsFreesurface

Create colors suitable for freesurface fields
mapContour

Add Contours on a Existing map
plotScan

Plot CTD data in a Low-Level Fashion
mapCoordinateSystem

Draw a coordinate system
plot,coastline-method

Plot a Coastline
sealevel

Sealevel data for Halifax Harbour
plotSticks

Draw a Stick Plot
mapPoints

Add Points to a Map
processingLog<-

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

Append an item to a processing log
magneticField

Earth magnetic declination, inclination, and intensity
read.adp.sontek.serial

Read a serial Sontek ADP file
mapScalebar

Add a Scalebar to a Map
oceColorsGebco

Create colors in a Gebco-like scheme
mapText

Add Text to a Map
oceColorsPhase

Create colors suitable for phase fields
oceColorsSalinity

Create colors suitable for salinity fields
read.adv

Read an ADV data file
mapPolygon

Add a Polygon to a Map
oceSetMetadata

Set something in the metadata slot of an oce object
oce.axis.POSIXct

Oce Version of axis.POSIXct
read.ctd

Read a General CTD File
read.ctd.itp

Read an ITP-type CTD File
section-class

Class to Store Hydrographic Section Data
matrixSmooth

Smooth a Matrix
met-class

Class to Store Meteorological Data
oceSmooth

Smooth an Oce Object
plot,ctd-method

Plot CTD Data
plot,echosounder-method

Plot Echosounder Data
read.gps

Read a GPS File
section

Hydrographic section
plot,gps-method

Plot a GPS Object
plot,windrose-method

Plot Windrose data
read.index

Read a NOAA ocean index file
plotInset

Plot an Inset Diagram
[[,argo-method

Extract Something From an Argo Object
numberAsPOSIXct

Convert a Numeric Time to a POSIXct Time
[[,bremen-method

Extract Something From a Bremen Object
oce.contour

Oce Variant of contour
read.topo

Read a Topo File
oceColorsClosure

Create color functions
read.woa

Read a World Ocean Atlas NetCDF File
rsk

Sample Rsk Dataset
oce-class

Base Class for oce Objects
pwelch

Welch periodogram
oceColorsDensity

Create colors suitable for density fields
rangeExtended

Calculate Range, Extended a Little, as is Done for Axes
plot,ladp-method

Plot an ladp object
plotPolar

Draw a Polar Plot
rsk2ctd

Create a ctd Object from an rsk Object
read.adv.nortek

Read an ADV data file
plotProfile

Plot a CTD Profile
[[,g1sst-method

Extract Something From a G1SST Object
predict.tidem

Predict a Time Series from a Tidal Model
prettyPosition

Pretty lat/lon in deg, min, sec
[[,gps-method

Extract Something From a GPS Object
[[,tidem-method

Extract Something From a Tidem Object
standardizeLongitude

Put longitude in the range from -180 to 180
oceColorsTwo

Create two-color palette
read.adv.sontek.adr

Read an ADV data file
oceColorsCDOM

Create colors suitable for CDOM fields
[[,topo-method

Extract Something From a Topo Object
read.adp.rdi

Read a Teledyne/RDI ADP File
[[<-,met-method

Replace Parts of a met Object
[[<-,oce-method

Replace Parts of an Oce Object
oceColorsVelocity

Create colors suitable for velocity fields
oceColorsChlorophyll

Create colors suitable for chlorophyll fields
oceConvolve

Convolve two time series
read.adp.sontek

Read a Sontek ADP File
[[,adp-method

Extract Something from an adp Object
oceColorsPAR

Create colors suitable for PAR fields
[[<-,windrose-method

Replace Parts of a Windrose Object
oceColorsPalette

Create a vector of colors
oceDebug

Print a debugging message
read.amsr

Read an amsr File
oceGetData

Get data from an oce object
subset,adp-method

Subset an ADP Object
oceMagic

Find the Type of an Oceanographic Data File
oceNames2whpNames

Translate Oce Data Names to WHP Data Names
summary,satellite-method

Summarize a satellite object
read.aquadoppHR

Read Nortek Aquadopp-HR File
[[,ctd-method

Extract Something From a CTD Object
summary,sealevel-method

Summarize a Sealevel Object
oceGetMetadata

Get metadata element from an oce object
[[,echosounder-method

Extract Something from an Echosounder Object
[[,windrose-method

Extract Something From a Windrose Object
read.aquadopp

Read a Nortek Aquadopp File
read.echosounder

Read an Echosounder File
[[<-,adp-method

Replace Parts of an ADP Object
read.aquadoppProfiler

Read a Nortek Aquadopp-Profiler File
ocePmatch

Partial matching of strings or numbers
read.g1sst

Read a G1SST file
plot,argo-method

Plot Argo Data
oceSetData

Set something in the data slot of an oce object
read.ctd.odf

Read a CTD file in ODF format
read.ctd.sbe

Read a Seabird CTD File
parseLatLon

Parse a Latitude or Longitude String
[[<-,cm-method

Replace Parts of a CM Object
plot,bremen-method

Plot a Bremen Object
plot,lobo-method

Plot LOBO data
summary,section-method

Summarize a Section Object
read.landsat

Read a landsat File Directory
[[<-,coastline-method

Replace Parts of a Coastline Object
read.odf

Read an ODF file
summary,tidem-method

Summarize a Tidem Object
[[<-,sealevel-method

Replace Parts of a Sealevel Object
plot,adp-method

Plot ADP Data
swN2

Squared buoyancy frequency for seawater
read.rsk

Read a Rsk file
rotateAboutZ

Rotate velocity components within an oce object
[[<-,section-method

Replace Parts of a Section Object
plot,oce-method

Plot an oce Object
swPressure

Water pressure
unitFromStringRsk

Infer Rsk units from a vector of strings
unwrapAngle

Unwrap an angle that suffers modulo-360 problems
rsk-class

Class to Store Rsk Data
plot,met-method

Plot met Data
plot,tidem-method

Plot a Tidem Prediction
plot,topo-method

Plot a Topo Object
sealevelTuktoyaktuk

Sea-level data set acquired in 1975 at Tuktoyaktuk
plot,odf-method

Plot an ODF Object
windrose-class

Class to Store Windrose Data
processingLogItem

Create an item that can be inserted into a processing log
processingLogShow

Show the processing log of an oce object
secondsToCtime

Time interval as colon-separated string
setFlags,adp-method

Set data-quality flags within a adp object
plot,sealevel-method

Plot Sealevel Data
plot,section-method

Plot a Section
subset,adv-method

Subset an ADV Object
plotTS

Plot Temperature-Salinity Diagram
read.adv.sontek.serial

Read an ADV data file
setFlags,ctd-method

Set data-quality flags within a ctd object
plotTaylor

Plot a Model-data Comparison Diagram
woceNames2oceNames

Translate WOCE Data Names to Oce Data Names
subset,echosounder-method

Subset an Echosounder Object
summary,echosounder-method

Summarize an Echosounder Object
summary,odf-method

Summarize an ODF Object
summary,gps-method

Summarize a GPS Object
swAlpha

Seawater thermal expansion coefficient
subset,lobo-method

Subset a LOBO Object
summary,rsk-method

Summarize a Rsk Object
subset,amsr-method

Subset an amsr Object
[[,adv-method

Extract Something from an adv Object
read.lisst

Read a LISST File
swAlphaOverBeta

Ratio of seawater thermal expansion coefficient to haline contraction coefficient
swSigma3

Seawater potential density anomaly referenced to 3000db pressure
swRrho

Density ratio
swRho

Seawater density
read.adv.sontek.text

Read an ADV data file
[[,amsr-method

Extract Something From an amsr Object
swSigma4

Seawater potential density anomaly referenced to 4000db pressure
read.sealevel

Read a Sealevel File
[[,odf-method

Extract Something From an ODF Object
swThermalConductivity

Seawater thermal conductivity
swTheta

Seawater potential temperature
tidem

Fit a Tidem (Tidal Model) to a Timeseries
tidemAstron

Astronomical Calculations for Tidem
read.section

Read a Section File
read.coastline.openstreetmap

Read a Coastline File in Openstreetmap Format
rangeLimit

Substitute NA for data outside a range
read.ad2cp

Read an AD2CP File
read.cm

Read a CM file
read.coastline.shapefile

Read a Coastline File in Shapefile Format
read.coastline

Read a Coastline File
read.ctd.woce

Read a WOCE-type CTD file with First Word "CTD"
read.ctd.woce.other

Read a WOCE-type CTD file with First Word "EXPOCODE"
[[,rsk-method

Extract Something From a Rsk Object
read.netcdf

Read a NetCDF File
[[<-,adv-method

Replace Parts of an ADV Object
trimString

Remove leading and trailing whitespace from strings
runlm

Calculate running linear models
subset,odf-method

Subset an ODF object
[[<-,amsr-method

Replace Parts of an AMSR Object
subset,rsk-method

Subset a Rsk Object
summary,bremen-method

Summarize a Bremen Object
summary,cm-method

Summarize a CM Object
read.lobo

Read a LOBO File
read.oce

Read an Oceanographic Data File
renameData

Rename items in the data slot of an oce object
rskPatm

Estimate Atmospheric Pressure in Rsk Object
rescale

Rescale values to lie in a given range
unabbreviateYear

Determine year from various abbreviations
read.met

Read a met File
rskToc

Decode table-of-contents File from a Rsk File
sectionAddStation

Add a CTD Station to a Section
satellite-class

Class to Store Satellite Data
resizableLabel

Provide axis names in adjustable sizes
[[,ladp-method

Extract Something From an ladp Object
[[<-,ctd-method

Replace Parts of a CTD Object
sectionGrid

Grid a Section
[[,landsat-method

Extract Something From a landsat Object
[[,sealevel-method

Extract Something From a Sealevel Object
[[,section-method

Extract Something From a Section Object
summary,ladp-method

Summarize an ladp object
summary,landsat-method

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

Replace Parts of an Echosounder Object
sectionSmooth

Smooth a Section
summary,topo-method

Summarize A Topo Object
retime

Adjust the time within Oce object
swDynamicHeight

Dynamic height of seawater profile
summary,windrose-method

Summarize a windrose object
swLapseRate

Seawater lapse rate
swSoundAbsorption

Seawater sound absorption in dB/m
wind

Wind dataset
swSoundSpeed

Seawater sound speed
shiftLongitude

Shift Longitude to Range -180 to 180
window.oce

Window an Oce Object by Time or Distance
sectionSort

Sort a Section
setFlags,oce-method

Set data-quality flags within a oce object
woceUnit2oceUnit

Translate WOCE units to oce units
write.ctd

Write a CTD Data Object as a CSV File
setFlags

Set data-quality flags within a oce object
swViscosity

Seawater viscosity
swZ

Vertical coordinate
toEnuAdv

Convert an ADV Object to ENU Coordinates
siderealTime

Convert a POSIXt time to a sidereal time
showMetadataItem

Show metadata item
[[<-,lisst-method

Replace Parts of a LISST Object
[[<-,lobo-method

Replace Parts of a LOBO Object
subset,coastline-method

Subset a Coastline Object
[[,cm-method

Extract Something From a CM Object
subset,ctd-method

Subset a CTD Object
[[,coastline-method

Extract Something From a Coastline Object
standardDepths

Standard Oceanographic Depths
subset,sealevel-method

Subset a Sealevel Object
topo-class

Class to Store Topographic Data
useHeading

Replace the Heading for One Instrument With That of Another
subset,section-method

Subset a Section Object
summary,coastline-method

Summarize a Coastline Object
[[<-,g1sst-method

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

Replace Parts of an ODF Object
[[<-,gps-method

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

Extract Something From a LISST Object
summary,ctd-method

Summarize a CTD Object
[[,lobo-method

Extract Something From a LOBO Object
usrLonLat

Calculate lon-lat coordinates of plot-box trace
[[,met-method

Extract Something From a met Object
swSigmaT

Seawater quasi-potential density anomaly
[[,oce-method

Extract Something From an oce Object
swSigmaTheta

Seawater potential density anomaly
[[<-,rsk-method

Replace Parts of a Rsk Object
[[<-,tidem-method

Replace Parts of a Tidem Object
[[<-,argo-method

Replace Parts of an Argo Object
[[<-,topo-method

Replace Parts of a Topo Object
swTFreeze

Seawater freezing temperature
swTSrho

Seawater temperature from salinity and density
subset,topo-method

Subset a Topo Object
subtractBottomVelocity

Subtract Bottom Velocity from ADP
[[<-,bremen-method

Replace Parts of a Bremen Object
summary,amsr-method

Summarize an AMSR Object
[[<-,ladp-method

Replace Parts of a ladp Object
summary,argo-method

Summarize an Argo Object
toEnu

Rotate acoustic-Doppler data to the enu coordinate system
summary,lisst-method

Summarize a LISST Object
toEnuAdp

Convert an ADP Object to ENU Coordinates
summary,lobo-method

Summarize a LOBO Object
sunAngle

Solar Angle as Function of Space and Time
ungrid

Extract (x, y, z) from (x, y, grid)
[[<-,landsat-method

Replace Parts of a landsat Object
subset,argo-method

Subset an Argo Object
swAbsoluteSalinity

Seawater absolute salinity, in GSW formulation
subset,cm-method

Subset a CM Object
unitFromString

Decode units, from strings
subset,oce-method

Subset an oce Object
subset,met-method

Subset a met Object
swConservativeTemperature

Seawater conservative temperature, in GSW formulation
swDepth

Water depth
swSigma1

Seawater potential density anomaly referenced to 1000db pressure
swSigma2

Seawater potential density anomaly referenced to 2000db pressure
summary,adv-method

Summarize an ADV object
summary,adp-method

Summarize an ADP Object
tail.oce

Extract the End of an Oce Object
threenum

Calculate min, mean, and max values
xyzToEnuAdv

Convert an ADP from XYZ to ENU Coordinates
summary,met-method

Summarize a met Object
summary,oce-method

Summarize an oce Object
swBeta

Seawater haline contraction coefficient
swCSTp

Electrical conductivity ratio from salinity, temperature and pressure
swSCTp

Salinity from electrical conductivity, temperature and pressure
swSTrho

Seawater salinity from temperature and density
swSigma

Seawater density anomaly
swSigma0

Seawater potential density anomaly referenced to surface pressure
tidemVuf

Nodal Modulation Calculations for Tidem
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),
titleCase

Capitalize first letter of each of a vector of words
undriftTime

Correct for drift in instrument clock
swSpice

Seawater spiciness
unduplicateNames

Rename duplicated character strings
tidedata

Tidal Constituent Information
utm2lonlat

Convert UTM to Longitude and Latitude
vectorShow

Show some values from a vector
tidem-class

Class to Store Tidal Models
topoInterpolate

Interpolate Within a Topo Object
topoWorld

Global Topographic Dataset at Half-degree Resolution
velocityStatistics

Report Statistics of adp or adv Velocities
webtide

Get a Tidal Prediction from a WebTide Database
xyzToEnu

Convert acoustic-Doppler data from xyz coordinates to enu coordinates
xyzToEnuAdp

Convert ADP From XYZ to ENU Coordinates
T68fromT90

Convert from ITS-90 to IPTS-68 temperature
T90fromT68

Convert from IPTS-68 to ITS-90 temperature
ODF2oce

Create ODF object from the output of ODF::read_ODF()
T90fromT48

Convert from ITS-48 to ITS-90 temperature
ODFListFromHeader

Create a list of ODF header metadata
addColumn

Add a Column to the Data Slot of an Oce object [defunct]
GMTOffsetFromTz

Determine time offset from timezone
ODFNames2oceNames

Translate from ODF Names to Oce Names
abbreviateTimeLabels

Abbreviate a vector of times by removing commonalities