concatCis: combine a list of cisRun instances to a single instance

Description Usage Arguments Details Value Examples

View source: R/thinclass.R

Description

combine a list of cisRun instances to a single instance, with ad hoc metadata combination

Usage

1
concatCis(crl)

Arguments

crl

list of instances of cisRun-class

Details

the metadata for the output is a list with elements call and config as required, derived from first element of the input; the extras component holds the metadata elements of the remaining input list elements

Value

a cisRun instance

Examples

1
2
3
4
5
## Not run: 
example(All.cis)
concatCis(f1, f1)

## End(Not run)

GGtools documentation built on Nov. 8, 2020, 6:32 p.m.