R/NMixCluster.R

Defines functions NMixCluster

Documented in NMixCluster

##
##  PURPOSE:   Clustering based on the MCMC output.
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:                  20/08/2014
##
##  FUNCTIONS:  NMixCluster
##
## ======================================================================

## *************************************************************
## NMixCluster
## *************************************************************
NMixCluster <- function(object, ...)
{
  UseMethod("NMixCluster") 
}

Try the mixAK package in your browser

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

mixAK documentation built on Sept. 17, 2024, 1:06 a.m.