Learn R Programming

oce (version 0.9-17)

logger: A logger dataset, of the temperature-data recorder variety

Description

A sample object of Oce class logger-class, containing vectors for time, temperature and pressure, the last of which has not had atmospheric pressure subtracted (see Examples).

Usage

data(logger)

Arguments

source

The SLEIWEX experiment.

References

http://myweb.dal.ca/kelley/SLEIWEX/index.php

See Also

The documentation for logger-class explains the structure of logger objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(logger)
## subtract standard atmospheric pressure
logger[["pressure"]] <- logger[["pressure"]] - 10.3
plot(logger)

Run the code above in your browser using DataLab