Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gWidgets他のパッケージのオブジェクトに埋め込む方法がある場合。たとえば、パッケージからutils。
gWidgets
utils
options(guiToolkit = "RGtk2") library(RGtk2) library(gWidgets) library(gWidgetsRGtk2) library(utils) w <- gwindow() # gwindow {gWidgets} e <- edit(InsectSprays) # edit.data.frame {utils}