Rem test post
This commit is contained in:
parent
0dd8f64f04
commit
7bdff24693
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: A test post
|
||||
---
|
||||
|
||||
```{r}
|
||||
library(ggplot2)
|
||||
```
|
||||
|
||||
```{r}
|
||||
vec <- rnorm(n = 10000)
|
||||
|
||||
ggplot(as.data.frame(vec)) + aes(x=vec) +
|
||||
geom_histogram() + theme_minimal()
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue