esquisse (version 0.1.2.900)

esquisser: An add-in to easily create plots with ggplot2

Description

An add-in to easily create plots with ggplot2

Usage

esquisser(data = NULL)

Arguments

data

a data.frame, you can pass a data.frame explicitly to the function, otherwise you'll have to choose one in global environment.

Value

code to reproduce chart.

Examples

Run this code
# NOT RUN {
# Launch with:
esquisser(iris)
# If in RStudio it will be launched by default in dialog window
# If not, it will be launched in browser

# change diplay mode with:
options("esquisse.display.mode" = "viewer")
# or
options("esquisse.display.mode" = "browser")
# }

Run the code above in your browser using DataLab