changedofunction {arvoRe} | R Documentation |
Usage
changedofunction(TheTree, .modeltypeArvore, .EnvironmentArvore.Secure)
Arguments
TheTree |
|
.modeltypeArvore |
|
.EnvironmentArvore.Secure |
|
Examples
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function(TheTree, .modeltypeArvore, .EnvironmentArvore.Secure) {
TheTree.old <- TheTree
.EnvironmentArvoRe.old <- .EnvironmentArvoRe
.modeltypeArvore.old <- .modeltypeArvore
assign("TheTree", get("TheTree", .EnvironmentArvore.Secure), .EnvironmentArvoRe)
assign(".EnvironmentArvoRe", get(".EnvironmentArvoRe", .EnvironmentArvore.Secure), .EnvironmentArvoRe)
assign(".modeltypeArvore", get(".modeltypeArvore", .EnvironmentArvore.Secure), .EnvironmentArvoRe)
safedofunction(TheTree.old, .EnvironmentArvoRe.old, .modeltypeArvore.old)
refreshF5()
}
[Package
arvoRe version 0.1.7
Index]