Rem test post

This commit is contained in:
Louis 2025-09-24 13:37:41 +02:00
parent 0dd8f64f04
commit 7bdff24693

View file

@ -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()
```