R/nclass.wand.R

Defines functions nclass.wand

Documented in nclass.wand

nclass.wand<-function(x,level=1){
	# requireNamespace("KernSmooth", quietly=TRUE)
	ceiling(diff(range(x))/KernSmooth::dpih(x,level=level))
}

Try the siggenes package in your browser

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

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.