Skip to content

as presented in BoxplotR: a web-tool for generation of box plots (Spitzer at al. 2014)

License

Notifications You must be signed in to change notification settings

VizWizard/shiny-boxplot

 
 

Repository files navigation

shiny-boxplot

Here you find the source code for the tool presented in BoxplotR: a web-tool for generation of box plots (Spitzer at al. 2014).

Installation

Before running the app you will need to have R and RStudio installed (tested with R 3.0.2 and RStudio 0.97.449).

  • Please run those lines in R:

    • install.packages("shiny")
    • install.packages("devtools")
    • devtools::install_github("shiny-incubator","rstudio")
    • install.packages("beeswarm")
    • install.packages("vioplot")
    • install.packages("beanplot")
  • Run the tool:

    • shiny::runGitHub("shiny-boxplot", "jwildenhain")

Your web browser will open the web app.

About

as presented in BoxplotR: a web-tool for generation of box plots (Spitzer at al. 2014)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%