Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

access_sigmas

Access or assign dispersal sigmas of KinPairSimulation objects


Description

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).

Usage

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)

Arguments

x

object of class KinPairSimulation

value

new value to assign

KinPairSimulation

object of class KinPairSimulation

Value

numeric value of specified sigma parameter or modified KinPairSimulation object

Functions

  • posigma,KinPairSimulation-method:

  • initsigma,KinPairSimulation-method:

  • breedsigma,KinPairSimulation-method:

  • gravsigma,KinPairSimulation-method:

  • ovisigma,KinPairSimulation-method:

See Also

Other kpsmethods: filter_methods, kernelshape(), kerneltype(), simtype()


kindisperse

Simulate and Estimate Close-Kin Dispersal Kernels

v0.10.1
MIT + file LICENSE
Authors
Moshe-Elijah Jasper [aut, cre] (<https://orcid.org/0000-0003-4541-3223>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.