Skip to content

Commit ede00ac

Browse files
Update README.md
1 parent 8280feb commit ede00ac

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
# datavisualization
1+
# Data Visualization
22

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

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

8-
<b> Available files </b>
10+
## Motivation ##
11+
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.
12+
I provide simple and labelled templates, designed to serve as cheat sheets for begginers to create beautiful visualizations.
13+
14+
## Available files ##
915
1. <i> "data visualization R code.rmd" </i> Code for how to draw graphs
1016
2. <i> "sample_data.csv" </i> Sample between-groups data for graphs
1117
3. <i> "rep_measures_data.csv" </i> Sample within-group data for graphs
1218
4. <i> "data visualization.html" </i> Output of R code, with examples of the possible visualizations
1319

14-
<b> Sample images </b>
20+
## Sample images ##
1521

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

0 commit comments

Comments
 (0)