writeCalibrationTable1: (Calibration Performance) Write Table1 To csv

Description Usage Arguments Value Examples

Description

Write table 1 as a csv, by stock, calibration, & data.type.

Usage

1
writeCalibrationTable1(data.combined, results.path = ".")

Arguments

data.combined

A dataframe. Output of importFCSCCC.

results.path

A character vector of length one. The absolute path or path relative to the working directory where a new directory named "results" will be written (if not already present). All output files will be written here. Default is the current working directory.

Value

Writes a csv file.

Examples

1
2
3
4
## Not run: 
writeCalibrationTable1(data.combined, results.path = model.list$results.path)

## End(Not run)

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