View source: R/fonctionsBase.R
gen.depth | R Documentation |
Returns the number of generations in the genealogy from a GLgen object.
gen.depth(gen)
gen |
An object of class GLgen obtained with gen.genealogy, gen.lineages or gen.branching. Required. |
returns a vector of integer
gen.genealogy
gen.min
gen.mean
gen.min
gen.meangendepth
data(geneaJi)
genJi<-gen.genealogy(geneaJi)
gen.depth(genJi)
data(genea140)
gen140<-gen.genealogy(genea140)
gen.depth(gen140)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.