mergeFCSCCC: (Calibration Performance) Merge FCS And CCC Data

Description Usage Arguments Details Value Examples

Description

Merge FCS and CCC data

Usage

1
mergeFCSCCC(ccc.list, fcs.list, stocks.names = "all")

Arguments

ccc.list

A list, see details

fcs.list

A list, see details

Details

The function arguments are output from the functions readCCC and readFCS, respectively. This function is called within importFCSCCC and the user is unlikely to use it on its own.

Value

A dataframe is produced.

Examples

1
2
3
4
## Not run: 
data.combined <- mergeFCSCCC(ccc.list = ccc.list, fcs.list = fcs.list)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.