find_low_Tlc_Mtnz: Find the low Tlc.

View source: R/tor_fit.R

find_low_Tlc_MtnzR Documentation

Find the low Tlc.

Description

This function estimate the lowest Tlc and the Mtnz

Usage

find_low_Tlc_Mtnz(M, Ta)

Arguments

M

A vector of metabolic rate measure.

Ta

A vector of ambient temperature.

Value

A named vector with Mtmz and low_Tlc.

Examples

t_1 <- find_low_Tlc_Mtnz(M = test_data$VO2, Ta = test_data$Ta)

vullioud/torpor documentation built on Nov. 27, 2024, 2:28 a.m.