Learn R Programming

GENLIB (version 1.1.10)

Classes of basic handling of genealogy data: Classes "GLmultiVector" "GLmultiArray4" "GLmultiMatrix" "GLmultiNumber"

Description

Objects created to carry information mostly between invisible functions.

Arguments

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

Run this code
showClass("GLmultiVector")
showClass("GLmultiArray4")
showClass("GLmultiMatrix")
showClass("GLmultiNumber")

Run the code above in your browser using DataLab