[R] how to adjust gui window size

mrzung mrzung46 at gmail.com
Thu Mar 22 16:44:01 CET 2012


hi, i'm trying to make gui function by "aDialog" FUN.
What i want to do is adjusting the window size.

my function is ,

aa<- aDialog(items=list(
ps=numericItem(),
number=numericItem(),
term=numericItem()
),
OK_handler=function(.) { # . is reference to dlg object
values <- .$to_R()
do.call("KOD",values)
}
)

how can i adjust the size of the window?

Thanks~

--
View this message in context: http://r.789695.n4.nabble.com/how-to-adjust-gui-window-size-tp4495883p4495883.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list