powered by
This gadget and addin allow you to select a ggplot2 plot and interactively use ggMarginal to build marginal plots on top of your scatterplot.
ggMarginal
ggMarginalGadget(plot)
A ggplot2 scatterplot
An object of class ggExtraPlot. This object can be printed to show the marginal plots or saved using any of the typical image-saving functions
ggExtraPlot
# NOT RUN { if (interactive()) { plot <- ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) + ggplot2::geom_point() plot2 <- ggMarginalGadget(plot) } # }
Run the code above in your browser using DataLab