R/random.cluster.C.R

Defines functions random.cluster.C

Documented in random.cluster.C

random.cluster.C <-
function(info.to.C)
{
  .Call("random_cluster_C",
        as.numeric(as.double(info.to.C))
        )
}

Try the obliclus package in your browser

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

obliclus documentation built on May 2, 2019, 6:10 a.m.