GrowPath: Grow a branching path using walkers

Description Usage Arguments Examples

Description

Grow a branching path using walkers

Usage

1
2
GrowPath(Walkers, StepSD = 0.1, nSteps = 100, BranchProb = 0.01,
  MinAgeBr = 50, BrDim = 5)

Arguments

Walkers

list, a list of walker as returned from the InizializeWalkers function

nSteps

integer, the number of steps

BranchProb

numeric between 0 and 1, the probability per walker of branching at each step

MinAgeBr

integer, the minimal number of steps before a newly introduced walker will start branhing

BrDim

integer, the number of dimensions affected during branching

StepSize

positive numeric, the standard deviation associated with the movement in each direction for each step

Examples

1
2
3
Walkers <- InizializeWalkers(nDim = 1000)

Data <- GrowPath(Walkers = Walkers, StepSize = 50, nSteps = 2000, BranchProb = .0015, MinAgeBr = 75, BrDim = 15)

Albluca/ElPiGraph.R documentation built on May 28, 2019, 11:02 a.m.