R/normvec.R

Defines functions normvec

# to be modified
normvec <- function(x) {
  svd1 <- svd(x)
  return(max(svd1$d))
}

Try the rwavelet package in your browser

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

rwavelet documentation built on Jan. 13, 2021, 10:38 a.m.