readFileModel: Read File Model

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/readFileModel.R

Description

Reads a txt file and returns the parameters and the model (equation).

Usage

1
readFileModel(filename)

Arguments

filename

The name of the file to read from.

Details

Read a txt file using the scan function and extracts the parameters and the model (equation) in the file.

Value

params A list containing the parameters as well as the model.

Author(s)

Raúl Pinto Cámara.

See Also

fitFCS

Examples

1
modelData <- readFileModel(filename)

FCSlib documentation built on Nov. 27, 2020, 5:09 p.m.

Related to readFileModel in FCSlib...