R/zzz.R

## .First.lib <- function(lib, pkg) library.dynam("waveslim", pkg, lib)

.onAttach <- function(lib, pkg) {
  txt <- paste("\n",
               pkg,
               ": Wavelet Method for 1/2/3D Signals (version = ",
               utils::packageDescription(pkg, lib)[["Version"]],
               ")\n",
               sep="")
  packageStartupMessage(txt)
}

Try the waveslim package in your browser

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

waveslim documentation built on May 2, 2019, 4:41 p.m.