From 99a2b56aac16920cc0bdec16ea1c9fa341e75594 Mon Sep 17 00:00:00 2001 From: e2900e5da2478df97d853a0667babc29 Date: Wed, 25 Jun 2025 11:30:16 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index 6836443..fe7c663 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -20,3 +20,10 @@ import "Bibliothèque" as 'surnom' subplot : (https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplot.html) +# Après le module 3 + +``` +#trier par ordre date avec R +data = data[order(data$date),] +#j'aurais bien aimé pour les tomates +``` \ No newline at end of file -- 2.18.1