getAllHelpControlListParams: getAllHelpControlListParams

Description Usage Arguments Value Examples

View source: R/readHelpFiles.R

Description

Extracts all control list parameters of a given method in the SPOT-package by parsing it's help file.

Usage

1
getAllHelpControlListParams(methodName, directSpotControl = NULL)

Arguments

methodName

Name of the method of which the help file should be read

directSpotControl

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

Value

A list of all parameters in the control list

Examples

1
spotGUI:::getAllHelpControlListParams("buildKriging")

spotGUI documentation built on March 31, 2021, 1:06 a.m.