getBatchFiles {fitPoly} | R Documentation |
get the names of all batch files present
Description
This function gets the names of all batch files already produced by fitMarkers; used to recover data after a crash.
Usage
getBatchFiles(filePrefix, set)
Arguments
filePrefix |
the same filePrefix as used in the fitMarkers call |
set |
one of "models" or "scores" |
Value
a vector of batch file names, either the scores set or the models set
[Package fitPoly version 4.0.0 Index]