getDomainFactor-methods: The 'getDomain' method

Description Usage Arguments Value Author(s) Examples

Description

Returns the domain associated with the factor.

Usage

1
getDomain(this)

Arguments

this

an object of the class mtkFactor .

Value

an object of the class mtkDomain

Author(s)

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

Examples

1
2
3
4
5
6
# 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)

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