The goal of ggvis is to make it easy to describe interactive web graphics in R. It fuses the ideas of ggplot2 and shiny, rendering graphics on the web with vega (so one can draw on the canvas or using svg).
In the example below, I have an interactive shiny ggvis plot, but I added a long column that is a …
r shiny ggvisIs there a way to make ggplot2's geom_density() function mimic the behavior of ggvis's layer_densities()? That is, …
r ggplot2 ggvis