Visualisation of Sequential Probability Distributions Using Fan Charts (fanplot)
Visualise sequential distributions using a range of plotting styles. Sequential distribution data can be input as either simulations or values corresponding to percentiles over time. Plots are added to existing graphic devices using the fan function. Users can choose from four different styles, including fan chart type plots, where a set of coloured polygon, with shadings corresponding to the percentile values are layered to represent different uncertainty levels.

D3 Scatterplot Matrices (pairsD3)
Creates an interactive scatterplot matrix using the D3 JavaScript library. See for more information on D3.

Interactive Grammar of Graphics (ggvis)
An implementation of an interactive grammar of graphics, taking the best parts of ggplot2, combining them with shiny’s reactive framework and drawing web graphics using vega.