metab_power_model: Power Model for Parent Fraction

View source: R/kinfitr_pfmodels.R

metab_power_modelR Documentation

Power Model for Parent Fraction

Description

This is the model function for fitting of the classic power function.

Usage

metab_power_model(time, a, b, c, ppf0 = 1, delay = 0)

Arguments

time

Time in seconds.

a

Parameter A.

b

Parameter B.

c

Parameter C.

ppf0

The starting point of the parent fraction curve.

delay

The delay of the metabolism curve.

Value

Predicted values

Examples

metab_power_model(seq(0, 60 * 60, by = 120), 0.004, 4.5, 0.27, 1, 0)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.