Learn R Programming

mtk (version 1.0)

make.mtkParameterList: The make.mtkParameterList function

Description

Creates a list of mtkParameter elements from a simple named list.

Usage

make.mtkParameterList(x=list())

Arguments

x
a named list.

Value

mtkParameter.

Examples

Run this code

# Create a list of mtkParameter from a named list for the parameters: min, max, shape.
	make.mtkParameterList(list(min=-1,max=+1,shape="hello"))

Run the code above in your browser using DataLab