sobre {ArvoRe} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
sobre(versionarvore, versiondate)
versionarvore |
~~Describe versionarvore here~~ |
versiondate |
~~Describe versiondate here~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
....
~~further notes~~
~Make other sections like Warning with section{Warning }{....} ~
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~
##---- 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(versionarvore, versiondate) { .Mensagem <- paste( " ________________________________________ \n\n", " ArvoRe - Análise de Custo Efetividade no R \n", " (Simulação de primeira ordem MCMC) \n\n", paste("Versão : ", versionarvore, " \n", sep=""), paste("Versão : ", versiondate, " \n", sep=""), " ________________________________________ \n\n", " Autor: \n", " Isaías V. Prestes \n", " IM - Departamento de Estatística \n", " Universidade Federal do Rio Grande do Sul, \n", " Av. Bento Gonçalves, 9500, Porto Alegre, Brasil \n", " E-mail: isaias.prestes@ufrgs.br \n", " URL: http://www.mat.ufrgs.br/~camey/ \n", " ________________________________________ \n", " \n", sep = "") sobre.wm.title <- "Sobre o Programa" ReturnVal <- tkmessageBox(title = sobre.wm.title, message = .Mensagem, icon = "info", type = "ok") tkfocus(tt) }