Learn R Programming

mtk (version 1.0)

getLevels-methods: The getLevels method

Description

Returns the levels associated with a discrete domain.

Usage

getLevels(this)

Arguments

this
an object of the class mtkDomain or mtkLevels .

Value

Examples

Run this code
 	l <- mtkLevels(type='categorical', levels=seq(1:10), weight=rep(0.1, 10))
	 getLevels(l)

Run the code above in your browser using DataLab