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, ...)Examples
if (FALSE) { # \dontrun{
bio <- Bioenergetic("Oncorhynchus mykiss")
print(bio)
} # }