-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
37 lines (26 loc) · 939 Bytes
/
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
29
30
31
32
33
34
35
36
37
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# plotellaneous 🎨📊
<!-- badges: start -->
<!-- badges: end -->
I put in `plotellaneous` my miscellaneous dataviz experiments 🖋🖍
Plots are produced with R. I mainly use the `{ggplot2}` package and the packages that revolve around it (`{ggforce}`, `{cowplot}`, `{ggpubr}`, etc.).
```{r echo=FALSE, out.width="50%", fig.align='center'}
knitr::include_graphics("plots/margotbr_plot_sepal_wl.gif")
```
### Squirrels location in Central Park, NYC 🐿️
```{r echo=FALSE, out.width="630px", out.height="630px"}
knitr::include_graphics("plots/margotbr_squirrels_nyc.png")
```
### Vintage `iris` dataviz 🌸
```{r echo=FALSE, out.width="891px", out.height="630px"}
knitr::include_graphics("plots/margotbr_plot_sepal_wl.png")
```