Classes of basic handling of genealogy data | R Documentation |
"GLmultiVector"
"GLmultiArray4"
"GLmultiMatrix"
"GLmultiNumber"
Objects created to carry information mostly between invisible functions.
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')
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"
~~
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.
signature(x = "GLmultiVector", i = "ANY", j = "ANY", value = "ANY")
: ...
signature(x = "GLmultiVector", i = "ANY", j = "ANY", drop = "ANY")
: ...
signature(x = "GLmultiVector")
: ...
signature(object = "GLmultiVector")
: ...
showClass("GLmultiVector")
showClass("GLmultiArray4")
showClass("GLmultiMatrix")
showClass("GLmultiNumber")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.