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
- Host: GitHub
- URL: https://github.com/cuadernin/gui_in_r
- Owner: Cuadernin
- Created: 2021-06-04T00:53:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T02:42:15.000Z (almost 4 years ago)
- Last Synced: 2024-05-17T16:59:20.157Z (about 1 year ago)
- Topics: gui, interface-design, r, tcltk, tcltk2, tkinter, tkinter-gui
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)**