krige_par: Parallelise kriging

View source: R/krige_par.R

krige_parR Documentation

Parallelise kriging

Description

TODO

Usage

krige_par(
  formula,
  locations,
  newdata,
  model = NA,
  n_cores = NA,
  method = "krige",
  nmax = Inf,
  maxdist = Inf
)

Arguments

formula

TODO

locations

TODO

newdata

TODO

model

TODO

n_cores

TODO

method

TODO

nmax

TODO

maxdist

TODO

Note

Based on https://gis.stackexchange.com/questions/237672/how-to-achieve-parallel-kriging-in-r-to-speed-up-the-process

License: GPL 3.0

Author(s)

Luigi Ranghetti, phD (2018) ranghetti.l@irea.cnr.it


ranghetti/guinterp documentation built on March 30, 2024, 3:42 a.m.