Learn R Programming

scuba (version 1.11-1)

baron: Real Scuba Dive Profile

Description

Contains the dive profile data for a scuba dive on the Baron Gautsch wreck, uploaded from a dive computer.

Arguments

Format

A data frame with the following columns:

timecharacterelapsed time (minutes:seconds)
depthnumericdepth (metres)
tempnumerictemperature (C)
barnumericbreathing gas pressure (bar)
RBTintegerresidual bottom time (min)
WLintegerworkload

Details

This dataset contains the dive profile data for a real scuba dive uploaded from a dive computer. It gives the depth, water temperature, breathing gas cylinder pressure, calculated residual bottom time, and calculated workload, recorded every 4 seconds throughout the dive.

The dive site was the wreck of the vessel Baron Gautsch in Croatia. The dive, to a maximum depth of 40 metres, with total dive time of 40 minutes, was conducted on nitrox (EAN 30) by Vittorio Broglio.

The examples show how to convert the depth-time data to a dive object.

Examples

Run this code
  data(baron)
  b <- dive(nitrox(0.30), baron[,1:2])

Run the code above in your browser using DataLab