readFileModel {FCSlib} | R Documentation |
Reads a txt file and returns the parameters and the model (equation).
readFileModel(filename)
filename |
The name of the file to read from. |
Read a txt file using the scan function and extracts the parameters and the model (equation) in the file.
params A list containing the parameters as well as the model.
Raúl Pinto Cámara.
modelData <- readFileModel(filename)