get_tpc: Get thermal performance curve

Description Usage Arguments Value

View source: R/get_tpc.R

Description

Gets a thermal performance curve from a temperature and performance vectors.

Usage

1
get_tpc(Tm, P, Degree, Pmin)

Arguments

Tm

A vector of temperature values

P

A vector of performance values

Degree

The degree of the polynomial regression used to fit the curve. If not specified the degree with lowest AIC is selected

Pmin

The minimum performance value.

Value

A dataset of four columns: "T" for temperautre, "P" for performance, "L" for the low 95


ggcostoya/tpcurves2 documentation built on Jan. 1, 2021, 2:19 a.m.