InsertRate.ProgressionGraph: Insert a rate value/function into a 'ProgressionGraph'

Description Usage Arguments Value

View source: R/progressionGraph.R

Description

See InsertRate.EventSim for further details. If a rate already exists for this edge then it is overwritten

Usage

1
2
InsertRate.ProgressionGraph(object, fromNode, toNode, rate,
  mustBeNumeric = FALSE)

Arguments

object

An object of type ProgressionGraph

fromNode

The node out of which this rate is describing

toNode

The node into which this rate describes the transition

rate

The rate (a numeric value or a function) which is to be added to the object

mustBeNumeric

True if insisting rate is numeric, false if it can be numeric or function

Value

object with the additional rate included


scientific-computing-solutions/badminton documentation built on May 29, 2019, 3:43 p.m.