R/summary.eaemg.R

Defines functions summary.eaemg

Documented in summary.eaemg

summary.eaemg <- function(object, ...) {
    res <- list(empirical = object$empirical, level = object$level, gp = dim(object$intervals)[1])
    class(res) <- "summary.eaemg"
    return(res)
}

Try the biosignalEMG package in your browser

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

biosignalEMG documentation built on May 2, 2019, 12:07 p.m.