R/whiteseg.R

Defines functions whiteseg

Documented in whiteseg

# ------------------------------------------------------------------------------
# whiteseg()
# ------------------------------------------------------------------------------
whiteseg <- function(x, data, nb, fun, verbose = FALSE, ...) {
  message("Note: whiteseg() function name has been changed to isp().")
  message("The old name will be deprecated from version 0.6-1.")
  tmpargs <- as.list(match.call())
  do.call(isp, tmpargs[-1])
}

Try the seg package in your browser

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

seg documentation built on Dec. 19, 2019, 1:09 a.m.