R/Q.R

Defines functions Q

Q <-
function(i, data){length(data[which(data == i)])}
AnneChao/SpadeR documentation built on May 5, 2019, 6:03 a.m.