chengjingfeng / esquisse

RStudio add-in to make plots with ggplot2

Home Page:https://dreamrs.github.io/esquisse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esquisse

The purpose of this add-in is to let you explore your data quickly to extract the information they hold. You can only create simple plots, you won't be able to use custom scales and all the power of ggplot2. This is just the start!

Project Status: Active – The project has reached a stable, usable state and is being actively developed. version cranlogs Travis-CI Build Status

This addin allows you to interactively explore your data by visualizing it with the ggplot2 package. It allows you to draw bar plots, curves, scatter plots, histograms, boxplot and sf objects, then export the graph or retrieve the code to reproduce the graph.

See online documentation : https://dreamrs.github.io/esquisse/index.html

If you find bugs, please open an issue

Installation

Install from CRAN with :

install.packages("esquisse")

Or install development version from GitHub :

remotes::install_github("dreamRs/esquisse")

Then launch the addin via the RStudio menu, if you don't have data.frame in your environment, datasets in ggplot2 are used.

ggplot2 builder addin

Launch addin via RStudio menu or with:

esquisse::esquisser()

About

RStudio add-in to make plots with ggplot2

https://dreamrs.github.io/esquisse

License:Other


Languages

Language:R 94.4%Language:JavaScript 4.0%Language:CSS 1.6%