desv_clim | R Documentation |
This function receives a dataframe with temperature and precipitation data and calculates the standard deviation of these parameters for each environment.
desv_clim(ENV, AAT, PREC)
ENV |
Identification of each selection environment (to differentiate if there is more than one cultivation cycle). |
AAT |
Average air temperature (in degree Celsius) during the cycle in each environment. |
PREC |
Rainfall (in mm) during the cultivation cycle in each environment |
A dataframe containing the identifier of the selection environment and the standard deviations for temperature and precipitation.
Willyan Junior Adorian Bandeira
Ivan Ricardo Carvalho
Murilo Vieira Loro
Leonardo Cesar Pradebon
Jose Antonio Gonzalez da Silva
library(EstimateBreed)
data("desvamb")
head(desvamb)
#Use DPclim for the ISGR function to identify deviations correctly
DPclim <- with(desvamb,desv_clim(ENV,TMED,PREC))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.