Learn R Programming

GENLIB (version 1.0.4)

GLgen-class: Class "GLgen"

Description

Object containing a genealogy.

Arguments

Objects from the Class

Objects can be created by calls of the form gen.genealogy('data.frame').

Extends

Class "'>GLgroup", directly.

Methods

initialize

signature(.Data="integer",Date="character"): ...

depth

signature(x = "GLgen")

Gives the depth of the genealogy.
length

signature(x = "GLgen")

Gives the number of individuals in the genealogy.

Examples

Run this code
# NOT RUN {
showClass("GLgen")
# }

Run the code above in your browser using DataLab