is.conso: is.conso

View source: R/methods_conso.R

is.consoR Documentation

is.conso

Description

check if the object is of conso class

Usage

is.conso(x)

Arguments

x

any R object

Value

TRUE or FALSE

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

t <- tank(12,200)
d <- dive(20, 40)
c <- conso(d, t)
is.tank(c)
is.tank('conso')


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