Learn R Programming

rTPC (version 1.0.4)

get_thermaltolerance: Estimate thermal tolerance of a thermal performance curve

Description

Estimate thermal tolerance of a thermal performance curve

Usage

get_thermaltolerance(model)

Value

Thermal tolerance (in ºC)

Arguments

model

nls model object that contains a model of a thermal performance curve

Details

Thermal tolerance is calculated as: CTmax - CTmin. This is calculated using the functions get_ctmax and get_ctmin.