Description Usage Arguments Value See Also Examples
This opens a shiny visualization application in the browser.
1 |
... |
additional arguments passed to methods; currently unused. |
Any grid based plot. For example: a plot produced with lattice, ggplot2 or biobase libraries.
http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplay.html
1 2 3 4 5 6 7 | if(interactive()) {
## Send a grid based plot to a browser as a Javascript interactive SVG
gridtweak()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.