https://github.com/cran/tkrplot
Raw File
Tip revision: ecba813e4433665045983d898ff02a1fb302e637 authored by Luke Tierney on 19 July 2018, 19:40:03 UTC
version 0.0-24
Tip revision: ecba813
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