Learn R Programming

fb4package (version 2.0.0)

run_fb4: 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, ...)

# S3 method for default run_fb4(x, ...)

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.

Arguments

x

A Bioenergetic object (see Bioenergetic).

...

Arguments passed to run_fb4.Bioenergetic.