LCHansson / iPlot

An example of an interactive plot app - DEPRECATED
4 stars 0 forks source link

iPlot

A visualization app using click events for static plots in shiny (since 0.7.0).

library(iPlot)
iPlot(ggplot2::diamonds)

Example apps on glimmer:

iPlot

Installation

# install.packages("devtools")
library(devtools)
install_github("sparkle", "metagraf")
install_github("iPlot", "SwedishPensionsAgency")
library(iPlot)

Instructions

Click on the upper/lower part of the smaller plots to filter the data of the main plot.

See also