View source: R/wrassp.logger.R
wrassp.logger | R Documentation |
Designated logger for the wrassp signal processing functions
wrassp.logger(fName, fOpts, optLogFilePath, listOfFiles)
fName |
the name of the function calling the logger |
fOpts |
are the function options given by the user acquired by match.call |
optLogFilePath |
path to option log file |
listOfFiles |
vector of file paths that the spf calling the logger processed |
Function logs the call to a signal processing function (spf) of wrassp. It is called by default if the forceToLog option of the spf is not set to false. I tries to format the output in an easily readable fashion.
Raphael Winkelmann
match.call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.