R/VLF.count.spec.R

VLF.count.spec <-
function (freq, p,seqlength){
	count <- mat.or.vec(nr = nrow(freq), nc = 1)
	for (n in 1:nrow(freq)){
		count[n] <- length(which(freq[n,] < p))
	}
	return(count)
}

Try the VLF package in your browser

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

VLF documentation built on Aug. 18, 2022, 5:06 p.m.