R/NMixChainComp.default.R

Defines functions NMixChainComp.default

Documented in NMixChainComp.default

##
##  PURPOSE:   Function to provide chains for mixture components
##             being shifted and scaled into the original scale and also
##             being relabeled if this is requested
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   15/07/2013
##
##  FUNCTION:  NMixChainComp.default
##             
##
## ======================================================================

## *************************************************************
## NMixChainComp.default
## *************************************************************
NMixChainComp.default <- function(x, relabel = TRUE, param)
{
  stop("Nothing produced, x is of none of supported classes.")
}

Try the mixAK package in your browser

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

mixAK documentation built on Sept. 25, 2023, 5:08 p.m.