gdfnotebook {gWidgets2} | R Documentation |
A notebook container for many gdf
instances
Description
A notebook container for many gdf
instances
S3 generic whose methods are implemented in the toolkit packages
Usage
gdfnotebook(items = NULL, container = NULL, ..., toolkit = guiToolkit())
.gdfnotebook(toolkit, items, container, ...)
Arguments
items |
data frame for initial page, when given |
container |
parent container |
... |
passed to |
toolkit |
toolkit |
[Package gWidgets2 version 1.0-9 Index]