R/plot.Kriglistplus.R

Defines functions plot.OKriglistplus

Documented in plot.OKriglistplus

plot.OKriglistplus <- function(x, digits = 4, which = 1, ...) {
  zut <- x[c("y", "fitted.values")]
  class(zut) <- c("OKrig") ## not a true OKrig object, but good enough for call to plot.OKrig
  plot(zut, ...)
}

Try the blackbox package in your browser

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

blackbox documentation built on May 3, 2023, 9:13 a.m.