show.summary.tree.window {arvoRe}R Documentation

Usage

show.summary.tree.window(...)

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(...) {
        k <- TheTree
        
        displayInTable(as.matrix(k), title="Informação da árvore",
                                        height=10,width=8,nrow=dim(k)[1],ncol=dim(k)[2], 
                                        titlerows = FALSE, titlecols = TRUE)
  }

[Package arvoRe version 0.1.7 Index]