An open API service indexing awesome lists of open source software.

https://github.com/cuadernin/gui_in_r

GUI in R using Tk
https://github.com/cuadernin/gui_in_r

gui interface-design r tcltk tcltk2 tkinter tkinter-gui

Last synced: 2 months ago
JSON representation

GUI in R using Tk

Awesome Lists containing this project

README

        

# GUI IN R


GUI example in R using tcltk
## Start 🚀
I decided to use [option am/eu](https://github.com/Cuadernin/ModBinomialR) as the main code.

## Note 📖
Since the R documentation is very bad, i highly recommend reading the following:

* [Sorbonne Universities](http://rug.mnhn.fr/semin-r/PDF/semin-R_tcltk_JBardin_310512.pdf)
* [Programming Graphical User Interfaces in R](https://books.google.com.mx/books?id=VeKEDwAAQBAJ&pg=PA358&lpg=PA358&dq=tkfont+r&source=bl&ots=V3H1sSSGx4&sig=ACfU3U349Ag4PJL6-qCNivn7k4aRf4mdvQ&hl=es&sa=X&ved=2ahUKEwiO-PDP3_7wAhVVKH0KHfbMBC8Q6AEwCXoECA0QAw#v=onepage&q=tkfont%20r&f=false)

**You can even use the same Tk commands that are used in Python to customize the different elements as advertised by [tutorialspoint](https://www.tutorialspoint.com/python/python_gui_programming.htm)**