View source: R/methods_conso.R
is.conso | R Documentation |
check if the object is of conso
class
is.conso(x)
x |
any R object |
TRUE or FALSE
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
t <- tank(12,200) d <- dive(20, 40) c <- conso(d, t) is.tank(c) is.tank('conso')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.