ptermal | R Documentation |
Calculation of the photothermal index based on average temperature and radiation
ptermal(DAY, AAT, RAD, PER, verbose = FALSE)
DAY |
The column with the cycle days |
AAT |
The column with the average air temperature values |
RAD |
The column with the incident radiation values |
PER |
The column with the period (use VEG for vegetative and REP for reproductive) |
verbose |
Logical argument. Runs the code silently if FALSE. |
Retorna o ind fototermal
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
Zanon, A. J., & Tagliapietra, E. L. (2022). Ecofisiologia da soja: Visando altas produtividades (2a ed.). Field Crops.
library(EstimateBreed)
data("termaldata")
termal <- with(termaldata,ptermal(Day,Temperature,Radiation,Period))
termal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.