View source: R/13.0-bioenergetic-classes.R
| is.Bioenergetic | R Documentation |
Tests whether an object inherits from the Bioenergetic class.
is.Bioenergetic(x)
x |
Object to test |
A length-1 logical: TRUE if x inherits from class
"Bioenergetic", FALSE otherwise.
bio <- Bioenergetic(
species_params = list(
consumption = list(CEQ = 1, CA = 0.303, CB = -0.275, CQ = 0.06)
),
species_info = list(common_name = "Example fish")
)
is.Bioenergetic(bio)
is.Bioenergetic(list())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.