projet-clicodrome/INSA/TP anadon/Rhistory
2024-12-23 18:22:52 +01:00

20 lines
417 B
Text

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)