Description Usage Arguments Examples
Perform a two-dimensional kernel density estimation for yield and chill.
The function produces a matrix of the estimated density (z) of yield (y) and chill (x). As the density function restricts the shape of the kernel to a bivariate normal kernel, it looks slightly different compared to the scatter plot estimates in the pasitR::chillscatter() function. Density surface plot of chill portions (x) and yield (y). The legend shows the value for the estimated density (z).
| 1 | chillkernel(chill, yield)
 | 
| 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. | 
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.