make.mtkParameterList: The 'make.mtkParameterList' function

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

x

a named list.

Value

a list of objects from the class mtkParameter.

Author(s)

Hervé Richard, BioSP, Inra, Herve.Richard@avignon.inra.fr, Hervé Monod and Juhui WANG, MIA-jouy, INRA

Examples

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

mtk documentation built on May 2, 2019, 4:15 a.m.