All Projects → dreamRs → Esquisse

dreamRs / Esquisse

Licence: other
RStudio add-in to make plots with ggplot2

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Esquisse

Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+91.07%)
Mutual labels:  ggplot2, data-visualization
Ggcharts
Get You to Your Desired Plot Faster
Stars: ✭ 205 (-81.31%)
Mutual labels:  ggplot2, data-visualization
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (-84.87%)
Mutual labels:  ggplot2, data-visualization
Ggplotnim
A port of ggplot2 for Nim
Stars: ✭ 95 (-91.34%)
Mutual labels:  ggplot2, data-visualization
Moderndive book
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
Stars: ✭ 527 (-51.96%)
Mutual labels:  ggplot2, data-visualization
Gganimate
A Grammar of Animated Graphics
Stars: ✭ 1,744 (+58.98%)
Mutual labels:  ggplot2, data-visualization
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (-96.17%)
Mutual labels:  ggplot2, data-visualization
Kravis
A {K}otlin g{ra}mmar for data {vis}ualization
Stars: ✭ 134 (-87.78%)
Mutual labels:  ggplot2, data-visualization
Awesome Ggplot2
A curated list of awesome ggplot2 tutorials, packages etc.
Stars: ✭ 399 (-63.63%)
Mutual labels:  ggplot2, data-visualization
Ggsci
🦄 Scientific journal and sci-fi themed color palettes for ggplot2
Stars: ✭ 381 (-65.27%)
Mutual labels:  ggplot2, data-visualization
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-84.59%)
Mutual labels:  ggplot2, data-visualization
Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (-36.46%)
Mutual labels:  ggplot2, data-visualization
Ggpage
Creates Page Layout Visualizations in R 📄📄📄
Stars: ✭ 306 (-72.11%)
Mutual labels:  ggplot2, data-visualization
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (-44.03%)
Mutual labels:  ggplot2, data-visualization
Hrbrthemes
🔏 Opinionated, typographic-centric ggplot2 themes and theme components
Stars: ✭ 899 (-18.05%)
Mutual labels:  ggplot2, data-visualization
Mdsplus
The MDSplus data management system
Stars: ✭ 47 (-95.72%)
Mutual labels:  data-visualization
Running page
Make your own running home page
Stars: ✭ 1,078 (-1.73%)
Mutual labels:  data-visualization
Tracegraph
A JavaScript library for plotting graphs of traceroute or similar data
Stars: ✭ 44 (-95.99%)
Mutual labels:  data-visualization
Vitessce
Vitessce is a visual integration tool for exploration of spatial single-cell experiments.
Stars: ✭ 42 (-96.17%)
Mutual labels:  data-visualization
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (-1%)
Mutual labels:  data-visualization

esquisse

The purpose of this add-in is to let you explore your data quickly to extract the information they hold. You can create visualization with {ggplot2}, filter data with {dplyr} and retrieve generated code.

version cranlogs Lifecycle: stable Travis-CI Build Status R 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()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].