dineof_array: Run dineof on a [x,y,t] array of real values

Description Usage Arguments Value

Description

Run dineof on a [x,y,t] array of real values

Usage

1
2
dineof_array(x, mask = NULL, step = 90,
  n_cores = pmin(parallel::detectCores()/2, 5))

Arguments

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.

Value

numeric interpolated array of same shape as input


BigelowLab/sinkrtools documentation built on May 5, 2019, 2:45 p.m.