Learn R Programming

fb4package (version 2.0.0)

check_bioenergetic_readiness: Check Bioenergetic Object Readiness

Description

Returns a named logical list indicating which of the four required components (species parameters, temperature, diet, initial weight) are present in a Bioenergetic object. Centralises the readiness check that is otherwise duplicated across print.Bioenergetic and summary.Bioenergetic.

Usage

check_bioenergetic_readiness(x)

Value

Named logical list with elements has_params,

has_temp, has_diet, and has_initial.

Arguments

x

A Bioenergetic object.