parse.algorithm {templr} | R Documentation |
Parse algorithm file and returns its (header) indos and methods
Description
Parse algorithm file and returns its (header) indos and methods
Usage
parse.algorithm(file)
Arguments
file |
Template algorithm file to parse |
Value
list of header infos and environment containing methods <constructor>,getInitialDesign,getNextDesign,displayResults
Examples
parse.algorithm(system.file("Brent.R", package="templr"))
[Package templr version 0.2-0 Index]