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 7, 2021, 9:06 a.m.