From 74a9955c635242d77199c8ed8de45b62e85e7df4 Mon Sep 17 00:00:00 2001 From: beau Date: Tue, 24 Dec 2024 14:57:28 +0100 Subject: [PATCH] Supprimer INSA/TP anadon/Rhistory --- INSA/TP anadon/Rhistory | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 INSA/TP anadon/Rhistory diff --git a/INSA/TP anadon/Rhistory b/INSA/TP anadon/Rhistory deleted file mode 100644 index 03bca53..0000000 --- a/INSA/TP anadon/Rhistory +++ /dev/null @@ -1,20 +0,0 @@ -setwd("~/Bureau/Ana_donn/TP2") -install.packages(c("gridExtra", "forcats", "reshape2", "BioStatR")) -library(knitr) -## Global options -options(max.print="75") -opts_chunk$set(echo=TRUE, -cache=FALSE, -prompt=FALSE, -tidy=TRUE, -comment=NA, -message=FALSE, -warning=FALSE, -class.source="badCode") -opts_knit$set(width=75) -library(corrplot) -library(ggplot2) -library(gridExtra) -library(forcats) -library(reshape2) -library(BioStatR)