InsertParameter.EventSim: Insert more parameter names into an 'EventSim' object

Description Usage Arguments Details Value

View source: R/eventSim.R

Description

object$params contains a list of parameters which can be used in functions describing rates for this object. For example if object$params = c("p","x") then the function myfunc1 <- function(pars){pars["p"]*pars["x"]} can be inserted into object using the function InsertRate.EventSim

Usage

1

Arguments

object

An EventSim object

name

A vector of parameter names to be added into object

Details

This function appends a new vector of parameter names to the existing object$params function returning a new EventSim with this addition

Value

object with the addition parameters found in name


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