Skip to contents

Displays a concise one-page overview of a Bioenergetic object, including species identity, initial weight, simulation duration, and the status of each required component (parameters, temperature, diet). Readiness for fitting is reported in the final status line.

Usage

# S3 method for class 'Bioenergetic'
print(x, ...)

Arguments

x

Bioenergetic object

...

Additional arguments (not used)

Value

Invisibly returns the input object

Examples

if (FALSE) { # \dontrun{
bio <- Bioenergetic("Oncorhynchus mykiss")
print(bio)
} # }