R/safeSurface.Krig.R

Defines functions safeSurface.OKrig

Documented in safeSurface.OKrig

safeSurface.OKrig <- function(plotobject, grid.list,
                           extrap=("extrapolateOutOfHull" %innc% blackbox.getOption("miscOptions")), ...) {
  surface.OKrig(plotobject, grid.list, extrap=extrap, ...)
  return(invisible(TRUE))
}

Try the blackbox package in your browser

Any scripts or data that you put into this service are public.

blackbox documentation built on May 29, 2024, 1:15 a.m.