--- title: "Affichage graphique" author: "Ariane Ducher" date: "22 ocotbre 2020" output: html_document --- ```{r Data} plot(Data, type="l", col="red") ``` ```{r Data} hist(Data, col= "yellow") ```