R/fastcluster.R

Defines functions fast.cluster

Documented in fast.cluster

##' @export
fast.cluster <- function(x,...) {
    arglist <- list("FastCluster",
                    time=as.integer(x),
                    PACKAGE="mets")
    res <- do.call(".Call",arglist)
    return(as.vector(res))
}

Try the mets package in your browser

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

mets documentation built on Jan. 17, 2023, 5:12 p.m.