R/f.R

Defines functions f

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