powered by
Extracts all control list parameters of a given method in the SPOT-package by parsing it's help file.
getAllHelpControlListParams(methodName, directSpotControl = NULL)
Name of the method of which the help file should be read
Default NULL to read any other control list. If this isn't NULL, then methodName is ignored and this parameter is handled as an rd list instead
A list of all parameters in the control list
# NOT RUN { spotGUI:::getAllHelpControlListParams("buildKriging") # }
Run the code above in your browser using DataLab