--- title: "exo 3" author: "Margot Thirion" date: "23 juin 2020" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## Réaliser un affichage graphique ```{r} plot(liste, type = "l") hist(liste) ```