Learn R Programming

scuba (version 1.11-1)

pedro: Real Scuba Dive Profiles

Description

Dive profiles for 11 different scuba dives.

Arguments

Format

Each of the datasets pedro902, pedro903, etc, is an object of class "dive".

Details

The command data(pedro) gives access to 11 datasets named pedro902, pedro903, pedro904, pedro922, pedro943, pedro944, pedro945, pedro946, pedro948, pedro949 and pedro950. These are the dive profiles for 11 real scuba dives, uploaded from a dive computer.

Each of the datasets is an object of class "dive" containing the dive profile for one dive. It can be plotted and printed (using plot.dive and print.dive). The nitrogen saturation can be computed using haldane and the cumulative oxygen toxicity using oxtox.

The dives were conducted by Pedro Antonio Neves. Details are as follows:

DiveMax depthGasesTypeLocation
90219 mEAN 32singleArmacao de Pera, Portugal
90327 mEAN 32singleFarilhoes, Portugal
90430 mEAN 32singleBerlenga, Portugal
92215 mEAN 32multipleSines, Portugal
94321 mEAN 32singleArmacao de Pera, Portugal
94419 mEAN 32singleArmacao de Pera, Portugal
94522 mEAN 32singleArmacao de Pera, Portugal
94620 mEAN 32singleArmacao de Pera, Portugal
94916 mEAN 32singleFinisterra,Galicia,Spain
95040 mEAN 50, TrimixsingleFinisterra,Galicia,Spain

All dives were conducted on Nitrox 32, except pedro950 which was conducted using Trimix 18/45 and Nitrox 50. All dive profiles consist of a single descent and ascent, except for pedro922 which consists of 5 short bounce dives separated by short surface intervals.

Examples

Run this code
   data(pedro)
   summary(pedro950)
   plot(pedro950)

Run the code above in your browser using DataLab