refreshF5 {arvoRe}R Documentation

Usage

refreshF5(...)

Arguments

...

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(...) {
                        clearTreeTkArvore(TheTree)
                        theTreeTkArvore(TheTree)
                        atualiza.grafico()
                        tcl(treeWidget,"opentree", "1.1")       # Expande a árvore
                        settreevartype(TheTree) # para ajustar os tipos de variáveis no TheTree.
  }

[Package arvoRe version 0.1.7 Index]