GLmultiVector-class: Classes '"GLmultiVector"' '"GLmultiArray4"' '"GLmultiMatrix"'...

Classes of basic handling of genealogy dataR Documentation

Classes "GLmultiVector" "GLmultiArray4" "GLmultiMatrix" "GLmultiNumber"

Description

Objects created to carry information mostly between invisible functions.

Objects from the Class

Objects can be created by calls of the form new("GLmultiVector", 'matrix', depth = 'integer')
new("GLmultiArray4", 'Array', depth = 'integer')
new("GLmultiMatrix", 'Array', depth = 'integer')
new("GLmultiNumber", 'numeric', depth = 'integer', .Names = 'character')

Slots

GLmultiVector

.Data:

Object of class "matrix"

depth:

Object of class "integer"


GLmultiArray4, GLmultiMatrix

.Data:

Object of class "array"

depth:

Object of class "integer"


GLmultiNumber

.Data:

Object of class "numeric" ~~

depth:

Object of class "integer" ~~

.Names:

Object of class "character" ~~

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 = "GLmultiVector", i = "ANY", j = "ANY", value = "ANY"): ...

[

signature(x = "GLmultiVector", i = "ANY", j = "ANY", drop = "ANY"): ...

depth

signature(x = "GLmultiVector"): ...

Dim

signature(object = "GLmultiVector"): ...

Examples

showClass("GLmultiVector")
showClass("GLmultiArray4")
showClass("GLmultiMatrix")
showClass("GLmultiNumber")

GENLIB documentation built on Jan. 17, 2023, 5:16 p.m.