From cfcceb8fdf480c867fd952c1f7ed0939d784b6a6 Mon Sep 17 00:00:00 2001 From: 2f72555a2613970ebb90637b2e23f177 <2f72555a2613970ebb90637b2e23f177@app-learninglab.inria.fr> Date: Wed, 28 Aug 2024 09:05:42 +0000 Subject: [PATCH] Upload the .html file of the completed exercise --- module2/exo3/exercice_fr.html | 414 ++++++++++++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 module2/exo3/exercice_fr.html diff --git a/module2/exo3/exercice_fr.html b/module2/exo3/exercice_fr.html new file mode 100644 index 0000000..54cfd08 --- /dev/null +++ b/module2/exo3/exercice_fr.html @@ -0,0 +1,414 @@ + + + + +
+ + + + + + + + + +plot(values, type = "l",col="blue", xlim=c(1,100),ylim = c(1,25),ylab = "", xlab = "")
+hist(values, xlim = c(0,25), ylim = c(0,25), col = "blue", main = "", xlab = "",ylab = "")
+