Commit 38956f4f authored by Helene31's avatar Helene31

maj

parent 208c4d11
......@@ -47,7 +47,7 @@ setwd("C:/Users/hraynal/EspaceTravailBadet/FORMATION_PERSO/2020-Reproductibilite
library(ggplot2)
monDataset <- read.csv("covid19-du-2020-03-04-au-2020-03-25.csv", sep=";")
#summary(monDataset)
max(monDataset$Occitanie)
ggplot(monDataset) +
geom_point(aes(x = Date, y = Occitanie),
color = "darkgreen")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment