An object of class "dive" represents a scuba dive. It is
created by the function dive. A dive is defined as a
series of waypoints occurring at specified depths and times.
The duration of the time interval between each successive pair of
waypoints is returned by durations.dive. The
assignment durations.dive(d) <- value alters these durations,
provided the new vector value has the same length as the old one.