Classes of GLgroup handling {GENLIB} | R Documentation |
Classes "GLmultiPhiGroup"
"GLmultiPhiGroupSingle"
"GLmultiFGroup"
"GLmultiFGroupSingle"
"GLCGMatrixGroupSingle"
Description
Objects used to carry information mostly between invisible functions.
Objects from the Class
Objects can be created by calls of the form
new("GLmultiPhiGroup", MatriceCG, group = 'GLgroup', grindex = 'list')
new("GLmultiPhiGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')
new("GLmultiFGroup", MatriceCG, group = 'GLgroup', grindex = 'list')
new("GLmultiFGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')
new("GLCGMatrixGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')
Slots
GLCGMatrixGroupSingle, GLmultiFGroupSingle, GLmultiPhiGroupSingle
.Data
:Object of class
"matrix"
group
:Object of class
"GLgroup"
grindex
:Object of class
"list"
containing the indices of the probands of 'group'
GLmultiPhiGroup :
.Data
:Object of class
"GLmultiMatrix"
group
:Object of class
"GLgroup"
grindex
:Object of class
"list"
containing the indices of the probands of 'group'
GLmultiFGroup :
.Data
:Object of class
"GLmultiVector"
group
:Object of class
"GLgroup"
grindex
:Object of class
"list"
containing the indices of the probands of 'group'
Extends
Class "matrix"
, from data part.
Class "array"
, by class "matrix", distance 2.
Class "structure"
, by class "matrix", distance 3.
Class "vector"
, by class "matrix", distance 4, with explicit coerce.
Methods
- [<-
signature(x = "GLCGMatrixGroupSingle", i = "ANY", j = "ANY", value = "ANY")
: ...- [
signature(x = "GLCGMatrixGroupSingle", i = "ANY", j = "ANY", drop = "ANY")
: ...- group
signature(x = "GLCGMatrixGroupSingle")
: ...
Examples
showClass("GLCGMatrixGroupSingle")
showClass("GLmultiFGroup")
showClass("GLmultiFGroupSingle")
showClass("GLmultiPhiGroupSingle")
showClass("GLmultiPhiGroup")