Description Usage Arguments Value
Generate a thermal-performance data set for a population multiple individiuals
1 | gen_pop_tpd(N, Topt, CTmax, CTmin, Pmax, Pmin, Error, Samples, Degree)
|
N |
Number of individiuals forming the population |
Topt |
The thermal optimum. |
CTmax |
The critical thermal maximum. Needs to be > Topt |
CTmin |
The critical thermal minimum. Needs to be < Topt |
Pmax |
The maximal performance capacity. |
Pmin |
The mimimal performance capacity. Needs to be < Pmax |
Error |
The amount of error/noise to be introduced to generate unique data. In units of standard deviation. |
Samples |
Number of samples to be extracted for each individual |
Degree |
Degree of the polynomial regression that will be created to extract the data. |
A dataset of three columns: "ID" for individual identifier, "T" for temperature and "P" for performance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.