-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
28 lines (18 loc) · 1.53 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
output: github_document
title: "tidycharts"
always_allow_html: true
---
[![Travis build status](https://travis-ci.com/vedhav/tidycharts.svg?branch=master)](https://travis-ci.com/vedhav/tidycharts)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/vedhav/tidycharts?branch=master&svg=true)](https://ci.appveyor.com/project/vedhav/tidycharts)
# Installation
```{r installation, eval=FALSE}
devtools::install_github("vedhav/tidycharts")
```
# What is tidycharts?
We all love the tidyverse and it's package due to its ease of use but I like most of us have struggled with building an interactive plot, I always turn to plotly documentation so much so that almost half of the plotly website links are dark blue for me. It's frustrating when something simple is very easy to forget. This could potentially go away if we had some sort of function that feels like using tidyverse so I've created few graphs that I create often. Tidycharts is basically a wrapper package for plotly with tidy syntax!
# Scatter plots
Pretty scatter plots are one of the most plotted graph ever (no data to prove my hypothesis, just a hunch!). So I've decided to start with scatter plots and work my way up to more complex charts.
# Bar charts
Another effective chart for data visualization is the bar chart. I've always wanted a single function to plot bar chart, horizontal bar chart, grouped bar chart and stacked bar chart. The tidychart's bar_chart() can do all of those!
For examples visit here: https://vedha.tech/tidycharts_examples/