gmmToGel-methods {gmm4} | R Documentation |
gmmToGel
in Package gmm4 ~~It converts "gmmModels"
classes to "gelModels"
class by
simply adding the specification about the type of GEL.
## S4 method for signature 'gmmModels' gmmToGel(object, gelType, rhoFct=NULL) ## S4 method for signature 'rgmmModels' gmmToGel(object, gelType, rhoFct=NULL)
object |
An object of class |
gelType |
The type pf GEL model |
rhoFct |
An alternative GEL function if the ones provided by the package do not satisfy |
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"
.