Learn R Programming

scuba (version 1.1-9)

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: lll{ time character elapsed time (minutes:seconds) depth numeric depth (metres) temp numeric temperature (C) bar numeric breathing gas pressure (bar) RBT integer residual bottom time (min) WL integer workload }

source

Vittorio Broglio

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