Description Usage Arguments Value
Run dineof on a [x,y,t] array of real values
| 1 2 | dineof_array(x, mask = NULL, step = 90,
  n_cores = pmin(parallel::detectCores()/2, 5))
 | 
| x | numeric 3-d array in the form [nrow, ncol, ntime] | 
| mask | a 2-d array of form [nrow, ncol] with NA indicating mask (like land) | 
| step | numeric, input is divided into this many time steps | 
| n_cores | numeric the number of cores to use for parallel processing. If n_cores <= 1 then parallel execistion is not used. | 
numeric interpolated array of same shape as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.