R/default.hci.R

default.hci <-
function(object)
    {
    if (class(object) != "hci") stop("Object is not of class hci")
    unlist(object)
    }

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.