gmmToGel-methods {gmm4}R Documentation

~~ Methods for Function gmmToGel in Package gmm4 ~~

Description

It converts "gmmModels" classes to "gelModels" class by simply adding the specification about the type of GEL.

Usage

## S4 method for signature 'gmmModels'
gmmToGel(object, gelType, rhoFct=NULL)

## S4 method for signature 'rgmmModels'
gmmToGel(object, gelType, rhoFct=NULL)

Arguments

object

An object of class "gmmModels"

gelType

The type pf GEL model

rhoFct

An alternative GEL function if the ones provided by the package do not satisfy

Methods

signature(object = "gmmModels")

The object it converted to "gelModels".

signature(object = "gelModels")

It applies the transformation to the "gmmModels" contained in the "gelModels" object.

signature(object = "rgmmModels")

The object it converted to "rgelModels".


[Package gmm4 version 0.2-0 Index]