Difference between revisions of "Movariable"

From Testiwiki
Jump to: navigation, search
m
m
Line 12: Line 12:
 
graphics="1"
 
graphics="1"
 
>
 
>
library(OpasnetBaseUtils)
 
library(xtable)
 
 
n <- 5
 
 
 
# MOVARIABLE ########## movariable takes a data.frame, a function, and a list and makes an ovariable out of them. It is a  
 
# MOVARIABLE ########## movariable takes a data.frame, a function, and a list and makes an ovariable out of them. It is a  
 
#####subfunction of make.ovariable and prevents infinite recursion of S4 methods.
 
#####subfunction of make.ovariable and prevents infinite recursion of S4 methods.

Revision as of 11:28, 14 June 2012



Description

movariable takes a data.frame, a function, and a list and makes an ovariable out of them. It is a subfunction of make.ovariable and prevents infinite recursion of S4 methods.

Code

+ Show code

See also