gen_base: Generate base TPD points

Description Usage Arguments Value Examples

View source: R/gen.R

Description

This function generates basic temperature and performance points equivalent to major thermal performance traits.

Usage

1
gen_base(Topt, Tb50, Tb80, Skw50, Skw80, Pmax, Pmin, CTmax, CTmin)

Arguments

Topt

Thermal Optimum

Tb50

Temperature Breath at 50 percent Pmax

Tb80

Temperature Breath at 80 percent Pmax

Skw50

Skewness at 50 percent Pmax

Skw80

Temperature Skewness at 80 percent Pmax

Pmax

Maximum Performance

Pmin

Percentage of Pmax corresponding to Minimum Performance

CTmax

Critical Thermal Maximum

CTmin

Critical Thermal Minimum

Value

A thermal-peformance dataset (TPD)

Examples

1
2
x <- gen_base(25, 2, 1.25, 0, 0, 10, 0.5, 27, 23)
plot(x, type ="o")

ggcostoya/momentum documentation built on Feb. 14, 2021, 6:12 p.m.