readFileModel {FCSlib}R Documentation

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.

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


modelData <- readFileModel(filename)


[Package FCSlib version 1.3.0 Index]