show.prob.check.window {arvoRe} | R Documentation |
Usage
show.prob.check.window(TheTree)
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(TheTree) {
msg <- probability.check(TheTree)
icon="error"
if (msg[2] == "0") {
icon="warning"
}
tkmessageBox(title = "ÁrvoRe - Verificação das Probabilidades", message=msg[1], icon = icon, type = "ok")
tkfocus(tt)
}
[Package
arvoRe version 0.1.7
Index]