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 DispersalModel

value

character new sampling stage to assign model

DispersalModel

object of class DispersalModel

KinPairData

object of class KinPairData

Value

character sampling stage

returns a modified object of class DispersalModel

Methods (by class)


[Package kindisperse version 0.10.2 Index]