Learn R Programming

spotGUI (version 0.2.3)

getMethodHelpControlList: getMethodHelpControlList

Description

Extracts the description of a control list of a specified method in the SPOT package.

Usage

getMethodHelpControlList(methodName)

Arguments

methodName

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

Value

An Rd Object with the "control" section of a given help file. If no control list is found this returns NULL

Examples

Run this code
# NOT RUN {
spotGUI:::getMethodHelpControlList("buildKriging")

# }

Run the code above in your browser using DataLab