R/print.hci.R

print.hci <-
function(x, ...)
    {
    if (class(x) != "hci") stop("Object is not of class hci")
    print(x$concentrationIndex)
    }

Try the decomp package in your browser

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

decomp documentation built on May 2, 2019, 6:53 p.m.