AddFactor0: AddFactor0

Description Usage Arguments Value Examples

View source: R/RRepast.R

Description

Creates or appends the factor collection

Usage

1
AddFactor0(factors = c(), ...)

Arguments

factors

The current factor collection

...

The variadic parameter list

Value

The factor collection

Examples

1
2
3
4
## Not run: 
   f<- AddFactor0(name="Age",min=20,max=60)
   f<- AddFactor0(factors=f, name="Weight",min=50,max=120)
## End(Not run)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.