Description Usage Arguments Examples
View source: R/chillkernelslicerange.R
Plot representing probabilities (shown along the y-axis) for the expected yield (shown along the x-axis). This is a broad slice through the density kernel from pasitR::chillkernel() function, which integrates to 1, the probability values are relative, not absolute measures.
| 1 | chillkernelslicerange(chill, yield, min_chill, max_chill)
 | 
| chill | is a list of observed annual chill portions corresponding to another list with annual yields. | 
| yield | is a list of observed annual yields corresponding to another list with annual chill portions. | 
| min_chill | is a value of the lowest expected amount of chill for which the yield should be estimated (must be < expectedhighchill). | 
| max_chill | is a value of the highest expected amount of chill for which the yield should be estimated (must be > expectedlowchill). | 
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.