fill_grd | R Documentation |
Add date, year, month, and day columns to the interpolation grids using dates from dat_in
. The interp.surface
function is used after splitting the interpolation matrix by month to fill missing values. Function is used in wrtds
.
fill_grd(grd_in, dat_in, interp = FALSE)
grd_in |
interpolation grid to fill, either a single mean grid or an individual quantile grid created within |
dat_in |
|
interp |
logical for interpolation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.