R/coca.R

Defines functions `coca`

`coca` <- function(y, ...) {
    if(is.null(class(y))) class(y) <- data.class(y)
    UseMethod("coca", y)
}

Try the cocorresp package in your browser

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

cocorresp documentation built on May 2, 2019, 5:16 p.m.