SH.Tmin: Empirically calculates the minimum temperature of a...

Description Usage Arguments Details Author(s)

Description

Creates a temporary dataframe of a wide range of temperatures (at 0.1 degree increments) and predictions based on the parameters controlling the thermal response curve. The thermal minima is the maximum temperature where the rate is less than the threshold proportion of bTpeak below Topt.

Usage

1
SH.Tmin(data, prop, Tc, K = "Y", bTopt, id.col, range)

Arguments

data

The parameter data frame

prop

The proportion below bTpeak from which the thermal minima is to be calculated

Tc

The normalising temperature used in the original schoolfield.high fits

K

Whether or not Topt is in Kelvin. Defaults to 'Y'. To override default use 'N'.

bTopt

Name of the column for maximal rate.

id.col

The column that identifies each curve. Is equivalent to the id.col from nlsLoop.

range

The range of temperatures from which you want the Kelvin to be taken, is centred around the optimal temperature. For range = 500 and Topt = 30, the temperatures would be from 30 - 250 and 30 + 250.

Details

This function has a few assumptions: nlsLoop or something similar has compiled your dataframe of parameter estimates and that it is in a similar format. That you have column names for each of your parameters and these include optimum temperature (Topt) and peak rate (bTpeak). They have to be the column names for the function to run.

Author(s)

Daniel Padfield


padpadpadpad/TeamPhytoplankton documentation built on May 24, 2019, 5:59 p.m.