--- title: "Journal de bord" author: "Gullstrand J" date: "24/04/2020" output: html_document --- ## Mes data ```{r} load("sample.Rdata") head(sample) ``` ```{r} hist(sample$MeanRT5, col="blue") ```