run_fb4: Run FB4 Simulation

View source: R/14.0-run-fb4-orchestrator.R

run_fb4R Documentation

Run FB4 Simulation

Description

Generic function that dispatches to run_fb4.Bioenergetic. Pass a Bioenergetic object as x; all other arguments are forwarded to the method.

Default method — throws an informative error when x is not a Bioenergetic object.

Usage

run_fb4(x, ...)

## Default S3 method:
run_fb4(x, ...)

Arguments

x

A Bioenergetic object (see Bioenergetic).

...

Arguments passed to run_fb4.Bioenergetic.

Value

An object of class fb4_result. See run_fb4.Bioenergetic for full details of the return structure.

No return value. Stops with an informative error message.


fb4package documentation built on May 8, 2026, 1:07 a.m.