LRS.summary {AlleleRetain}R Documentation

Summary of Lifetime Reproductive Success

Description

List of number of matings for each individual of the specified sex, over whole lifetime and all years, as simulated by aRetain. Must be run after aRetain is run with trackall = TRUE.

Usage

LRS.summary(adata, sex)

Arguments

adata

list of output from aRetain

sex

sex to summarize; "male" or "female"

Value

A matrix with one row for each individual and two columns:

ID

ID number of the individual. ID numbers are unique within each replicate, but will be repeated across replicates

NMatings

number of times the individual mated during its lifetime. The individual-level data is not expected to be useful, but can be used to calculate the mean or a histogram of mating success

Author(s)

Emily L. Weiser emily.l.weiser@gmail.com

References

Weiser, E.L., Grueber, C. E., and I. G. Jamieson. 2012. AlleleRetain: A program to assess management options for conserving allelic diversity in small, isolated populations. Molecular Ecology Resources 12:1161-1167.


[Package AlleleRetain version 2.0.2 Index]