safedofunction {arvoRe}R Documentation

Usage

safedofunction(TheTree, .EnvironmentArvoRe, .modeltypeArvore)

Arguments

TheTree
.EnvironmentArvoRe
.modeltypeArvore

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, .EnvironmentArvoRe, .modeltypeArvore) {
        assign("TheTree", TheTree, .EnvironmentArvore.Secure)
        assign(".modeltypeArvore", .modeltypeArvore, .EnvironmentArvore.Secure)
  }

[Package arvoRe version 0.1.7 Index]