Description Usage Arguments Value Functions See Also
These generics & methods work with KinPairSimulation objects to access & modify information about the dispersal
sigma parameters that define the stored simulation. The posigma() method accesses the single dispersal parameter
stored in a simulation with simtype == "simple". The remaining parameters access the dispersal parameters stored
in a simulation with simtype == "composite". The dispersal kernel sigma parameters of simtype == "custom"
simulations are not yet implemented here. Assignment operations currently only exist as generics (they are not yet applied
to the KinPairSimulation class).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | posigma(x)
posigma(x) <- value
initsigma(x)
initsigma(x) <- value
breedsigma(x)
breedsigma(x) <- value
gravsigma(x)
gravsigma(x) <- value
ovisigma(x)
ovisigma(x) <- value
## S4 method for signature 'KinPairSimulation'
posigma(x)
## S4 method for signature 'KinPairSimulation'
initsigma(x)
## S4 method for signature 'KinPairSimulation'
breedsigma(x)
## S4 method for signature 'KinPairSimulation'
gravsigma(x)
## S4 method for signature 'KinPairSimulation'
ovisigma(x)
|
x |
object of class |
value |
new value to assign |
KinPairSimulation |
object of class KinPairSimulation |
numeric value of specified sigma parameter or modified KinPairSimulation object
posigma,KinPairSimulation-method:
initsigma,KinPairSimulation-method:
breedsigma,KinPairSimulation-method:
gravsigma,KinPairSimulation-method:
ovisigma,KinPairSimulation-method:
Other kpsmethods:
filter_methods,
kernelshape(),
kerneltype(),
simtype()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.