gg2shiny: Converts ggplot2 plots into a shiny application

Description Usage Arguments Examples

Description

Converts ggplot2 plots into a shiny application

Usage

1
gg2shiny(ggplotobj)

Arguments

ggplotobj

the plot to be exported

Examples

1
2
3
4
5
6
7
## Not run: 
library(gg2shiny)
library(ggplot2)
pl <- ggplot(iris, aes(Sepal.Length, Petal.Length))+geom_point()
gg2shiny(pl)

## End(Not run)

mi2-warsaw/gg2shiny documentation built on May 22, 2019, 8:58 p.m.