fit_flinn: Fit a TPD using a Flinn TPM

Description Usage Arguments Value Examples

View source: R/fit.R

Description

Fits a thermal-performance dataset (TPD) using a Flinn thermal-performance model (TPM) through a Non-linear least squares (NLS) approach.

Usage

1
fit_flinn(tpd)

Arguments

tpd

A thermal-performance dataset (TPD)

Value

An nls model object

Examples

1
2
tpd <- gen_base_tpd(topt = 30, tb = 5, skw = -2, ctmin = 15, ctmax = 35, pmax = 10, pmin = 0.1)
fit_flinn(tpd)

ggcostoya/limon documentation built on April 27, 2021, 10:09 p.m.