MixtureComponent-class {epigenomix}R Documentation

Class "MixtureComponent"

Description

A class representing a mixture component.

Objects from the Class

Objects can be created by calls of the form new("MixtureComponent", ...).

Slots

name:

Object of class "character" giving the name or type of the mixture component.

parameters:

Object of class "list" storing the parameters of corresponding distribution.

pdf:

Object of class "function" giving the pdf of the mixture component.

color:

Object of class "character" giving the color of the component that is used by plotting methods.

Methods

show

signature(object = "MixtureComponent"): A method plotting a summary of the component on screen.

Note

The element in parameters should be named by the argument names of pdf such that this call works: do.call(object@pdf, c(list(x=data), object@parameters))

Author(s)

Hans-Ulrich Klein (h.klein@uni-muenster.de)

See Also

MixModel

Examples

showClass("MixtureComponent")

[Package epigenomix version 1.24.0 Index]