Learn R Programming

interactiveDisplay (version 1.10.2)

gridtweak: gridtweak: Open a Shiny Application for the purpose of tweaking grid plots

Description

This opens a shiny visualization application in the browser.

Usage

gridtweak(...)

Arguments

...
additional arguments passed to methods; currently unused.

Value

  • Any grid based plot. For example: a plot produced with lattice, ggplot2 or biobase libraries.

See Also

http://bioconductor.org/packages/2.13/bioc/html/interactiveDisplay.html

Examples

Run this code
if(interactive()) {

## Send a grid based plot to a browser as a Javascript interactive SVG

gridtweak()

}

Run the code above in your browser using DataLab