AddFactor0 {rrepast} | R Documentation |
AddFactor0
Description
Creates or appends the factor collection
Usage
AddFactor0(factors = c(), ...)
Arguments
factors |
The current factor collection |
... |
The variadic parameter list |
Value
The factor collection
Examples
## Not run:
f<- AddFactor0(name="Age",min=20,max=60)
f<- AddFactor0(factors=f, name="Weight",min=50,max=120)
## End(Not run)
[Package rrepast version 0.8.0 Index]