Learn R Programming

mtk (version 1.0)

make.mtkFeatureList: The make.mtkFeatureList function

Description

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

Usage

make.mtkFeatureList(x=list())

Arguments

x
a named list.

Value

mtkFeature.

Examples

Run this code

# Create a list of mtkFeature for the Features: min, max, shape.
	make.mtkFeatureList(list(min=-1,max=+1,shape="square"))

Run the code above in your browser using DataLab