Learn R Programming

esquisse (version 1.2.0)

esquisse: Explore and Visualize Your Data Interactively

Description

A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics. You can quickly visualize your data accordingly to their type, export in various formats, and retrieve the code to reproduce the plot.

Arguments

Author

Fanny Meyer & Victor Perrier (@dreamRs_fr)

See Also

Examples

Run this code
if (FALSE) {

esquisser()

# launch esquisse with specific data:
esquisser(mtcars)

}

Run the code above in your browser using DataLab