Supprimer INSA/TP anadon/Rhistory

This commit is contained in:
Justine Beau 2024-12-24 14:57:28 +01:00
parent df6998739d
commit 74a9955c63

View file

@ -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)