R/grapes-similar-equals-grapes.R

"%s=%" <- function(a,b){
    loc=list()
    for (i in 1:length(a)) {
        loc=c(loc,list(grep(a[i],b)))
        names(loc)[i]=a[i]
    }
    loc
}

Try the nomogramFormula package in your browser

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

nomogramFormula documentation built on Jan. 28, 2020, 5:07 p.m.