Learn R Programming

FCSlib (version 1.3.0)

readFileModel: Read File Model

Description

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

Usage

readFileModel(filename)

Arguments

filename

The name of the file to read from.

Value

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

Details

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

See Also

fitFCS

Examples

Run this code
# NOT RUN {
modelData <- readFileModel(filename)
# }

Run the code above in your browser using DataLab