Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annaliselaplume authored Mar 11, 2021
1 parent 8280feb commit ede00ac
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# datavisualization
# Data Visualization

## Summary
<b> Templates for creating publication-ready plots in R. </b>

Code templates to create graphs using the using the ggplot2 package in R.
## Description
Fully reproducible Rmarkdown code templates to create graphs using the using the ggplot2 package in R.
Templates are completely annotated and easy to use, even for beginners to R.

<b> Available files </b>
## Motivation ##
Many individuals are attracted to the elegance and customization of graphs in R, but may not have the time to deal with the steep learning curve of R.
I provide simple and labelled templates, designed to serve as cheat sheets for begginers to create beautiful visualizations.

## Available files ##
1. <i> "data visualization R code.rmd" </i> Code for how to draw graphs
2. <i> "sample_data.csv" </i> Sample between-groups data for graphs
3. <i> "rep_measures_data.csv" </i> Sample within-group data for graphs
4. <i> "data visualization.html" </i> Output of R code, with examples of the possible visualizations

<b> Sample images </b>
## Sample images ##

![boxplot-dotplot](https://user-images.githubusercontent.com/53012859/110857907-687ab480-8287-11eb-97e7-d6aee6ed91cd.jpeg)

Expand Down

0 comments on commit ede00ac

Please sign in to comment.