View source: R/ggraphicsnotebook.R
| ggraphicsnotebook | R Documentation | 
A notebook widget holding plot devices
S3 generic whose methods are implemented in the toolkit packages
toolkit implementation
ggraphicsnotebook(
  width = dpi * 6,
  height = dpi * 6,
  dpi = 75,
  container = NULL,
  ...,
  toolkit = guiToolkit()
)
.ggraphicsnotebook(toolkit, width, height, dpi, container, ...)
## Default S3 method:
.ggraphicsnotebook(toolkit, width, height, dpi, container, ...)
| width | width in pixels | 
| height | height in pixels | 
| dpi | screen resolution | 
| container | A parent container. When a widget is created it can be incorporated into the widget heirarchy by passing in a parent container at construction time. (For some toolkits this is not optional, e.g. gWidgets2tcltk or gWidgets2WWW2.) | 
| ... | These values are passed to the  | 
| toolkit | Each widget constructor is passed in the toolkit it
will use. This is typically done using the default, which will
lookup the toolkit through  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.