Skip to contents

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.