Supprimer INSA/TP anadon/Rhistory
This commit is contained in:
부모
df6998739d
커밋
74a9955c63
1개의 변경된 파일과 0개의 추가작업 그리고 20개의 파일을 삭제
|
|
@ -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)
|
|
||||||
불러오는 중…
Reference in a new issue