breeding_cycle {kindisperse} | R Documentation |
Access breeding cycle at sampling of DispersalModel
object.
Description
Access breeding cycle at sampling of DispersalModel
object.
Usage
breeding_cycle(x)
## S4 method for signature 'DispersalModel'
breeding_cycle(x)
## S4 method for signature 'KinPairData'
breeding_cycle(x)
Arguments
x |
object of class |
DispersalModel |
object of class |
KinPairData |
object of class |
Value
integer(s) >= -1
Breeding cycle numbers of modeled dispersed kin. Represents the number of complete
breeding cycles each indivdiual has undergone before the sampling point, where the time between birth and first
reproduction is coded as 0
, that between first and second reproduction 1
, etc.
Methods (by class)
-
DispersalModel
: -
KinPairData
:
[Package kindisperse version 0.10.2 Index]