guiDlgGrid {svDialogs} | R Documentation |
Display or edit matrices or data frames with this grid window
guiDlgGrid(table, title = deparse(substitute(table)), edit = TRUE, edit.vars = TRUE, add.vars = TRUE, add.rows = TRUE, parent = -1, GUI = getOption("guiWidgets"))
table |
The table to display or edit in the grid |
title |
The title of the grid window |
edit |
Can we edit its content? |
edit.vars |
Can we edit the name of its variables? |
add.vars |
Can we add new variables? |
add.rows |
Can we add rows? |
parent |
Which window is the parent of the grid window |
GUI |
Which GUI toolkit do we use? |
A modified version of the table if edit == TRUE
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...