MixtureComponent-class: Class '"MixtureComponent"'

Description Objects from the Class Slots Methods Note Author(s) See Also Examples

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

1
showClass("MixtureComponent")

epigenomix documentation built on Nov. 8, 2020, 5:24 p.m.