--- title: "Votre titre" author: "Votre nom" date: "La date du jour" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ```{r} hist(mesdonnees, xlim=c(0,25), ylim=c(0,25),col="blue", plot=TRUE) plot(mesdonnees, type="l", col="blue", xlim=0,25, ylim=0,25) ```