is.dive: is.dive

View source: R/methods_dive.R

is.diveR Documentation

is.dive

Description

check if the object is of dive class

Usage

is.dive(x)

Arguments

x

any R object

Value

TRUE or FALSE

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

d <- dive(20,40)
is.dive(d)
is.dive('dive')


gowachin/DiveR documentation built on March 26, 2022, 3:53 a.m.