Hello world/Grafici: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m →‎R: +tcltk
Riga 285:
plot.new()
text(x = 0.5, y = 0.5, labels = "hello, world")
 
==== R, library tcltk ====
 
library(tcltk)
tt <- tktoplevel()
label.widget <- tklabel(tt, text="Hello, World!")
tkpack(label.widget)
 
=== [[w:Tcl/Tk|Tcl/Tk]] ===