R/decomp3d.R

Defines functions decomp3d

Documented in decomp3d

decomp3d <- function(wd3Dobj, min.scale) {
	if (class(wd3Dobj) != "wd3D") stop("wd3Dobj must be of class 'wd3D'")
	l <- list(coef = as.vector(wd3Dobj$a), rowNum = 2 ^ wd3Dobj$nlevels, 
	          family = wd3Dobj$family, filter.number = wd3Dobj$filter.number)
	class(l) <- "decomp3d"
	return(l)
}

Try the refund.wave package in your browser

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

refund.wave documentation built on May 2, 2019, 5:54 p.m.