https://github.com/cran/tkrplot
Raw File
Tip revision: bf3a1e1d71166a18047b32129e3dbbb0c0c6e9ca authored by Luke Tierney on 18 October 2022, 22:40:01 UTC
version 0.0-27
Tip revision: bf3a1e1
NAMESPACE
import(tcltk)
importFrom("grDevices", "X11")
importFrom("graphics", "par", "persp")
if(.Platform$OS.type == "windows")
    importFrom("grDevices", "win.metafile")
export(tkpersp, tkrplot, tkrreplot)
export(.make.tkindex, .my.tkdev)
back to top