show.summary.tree.window {arvoRe} | R Documentation |
show.summary.tree.window(...)
... |
##---- 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) }