R/xtab.default.R

Defines functions xtab.default

xtab.default <- function(x, ...) {
    if (inherits(x, "mefa")) return(x$xtab)
    if (inherits(x, "Mefa")) return(x@xtab)
    stop("not mefa class")
}

Try the mefa package in your browser

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

mefa documentation built on Oct. 7, 2021, 9:11 a.m.