Learn R Programming

mtk (version 1.0)

getDomain-methods: The getDomain method

Description

Returns the domain associated with the factor.

Usage

getDomain(this)

Arguments

this
an object of the class mtkFactor .

Value

mtkDomain

Examples

Run this code
# Define a factor
	x1 <- make.mtkFactor(name="x1", distribName="unif",
		 distribPara=list(min=-pi, max=pi))
	
# Return the  uncertainty domain associated with the factor
	dom <- getDomain(x1)

Run the code above in your browser using DataLab