merge.ezsim: Merge two ezsim objects

Description Usage Arguments Author(s) See Also

View source: R/merge.ezsim.r

Description

Merge two ezsim objects. Either m or parameter_def of two ezsim objects must be the same. If parameter_def are the same, the merging is regarded as increasing the number of simulation m. If the parameter_def are different and m are the same, the merging is regarded as extending the parameter_def. Notice that, use_seed will not be merged!

Usage

1
2
## S3 method for class 'ezsim'
merge(x, y, ...)

Arguments

x

A ezsim to merge with

y

A ezsim to merge with

...

unused

Author(s)

TszKin Julian Chan ctszkin@gmail.com

See Also

ezsim


ezsim documentation built on May 1, 2019, 8:04 p.m.