Description Usage Arguments Value Author(s) Examples
Retunrs the managed factors.
| 1 | getFactors(this)
 | 
| this | the underlying object of the class  | 
a list of objects from the class mtkFactor. 
Juhui WANG, MIA-jouy, INRA
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Build an object of the "mtkExpFactors" class
	ishi.factors <- mtkExpFactors()
	
# Define the factors
	x1 <- make.mtkFactor(name="x1", distribName="unif",
		 distribPara=list(min=-pi, max=pi))
	x2 <- make.mtkFactor(name="x2", distribName="unif",
   	 	 distribPara=list(min=-pi, max=pi))
	x3 <- make.mtkFactor(name="x3", distribName="unif", 
   	  	distribPara=list(min=-pi, max=pi))
# Assign and return the factors to the mtkExpFactors' object
	setFactors(ishi.factors, list(x1,x2,x3))
	getFactors(ishi.factors)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.