sampling_stage {kindisperse} | R Documentation |
Access sampling stage of DispersalModel
or KinPairSimulation
object.
Description
Access sampling stage of DispersalModel
or KinPairSimulation
object.
Usage
sampling_stage(x)
sampling_stage(x) <- value
## S4 method for signature 'DispersalModel'
sampling_stage(x)
## S4 replacement method for signature 'DispersalModel'
sampling_stage(x) <- value
## S4 method for signature 'KinPairData'
sampling_stage(x)
Arguments
x |
object of class |
value |
|
DispersalModel |
object of class |
KinPairData |
object of class |
Value
character
sampling stage
returns a modified object of class DispersalModel
Methods (by class)
-
DispersalModel
: -
KinPairData
:
[Package kindisperse version 0.10.2 Index]