-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
33 lines (24 loc) · 915 Bytes
/
index.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
29
30
31
32
33
---
title: "R Plot Archive"
author: "Dean Li"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
github-repo: thereallda/R-plotArchive
url: https://thereallda.github.io/R-plotArchive/
# cover-image: path to the social sharing image like images/cover.jpg
description: "This is a bookdown for R-based plot archive."
link-citations: yes
---
# Introduction {-}
This is a simple book about how to create basic plot in R language and also have some modification of the basic plot for better visualization.
**Motivation: **
- To better organized the code for plot
- Easy access with website
- To practice the bookdown
## Useful resources
- <https://r4ds.had.co.nz/data-visualisation.html>
- <https://r-graph-gallery.com/index.html>
- https://www.data-to-viz.com/
- https://exts.ggplot2.tidyverse.org/gallery/