diff --git a/deluge/deluge.R b/deluge/deluge.R index fc3ae69..37fe94c 100644 --- a/deluge/deluge.R +++ b/deluge/deluge.R @@ -18,7 +18,7 @@ pappsodata$espace <- c(espace_dd,espace_pappso) library(ggplot2) -plt <-ggplot(data=pappsodata, aes(x=annee, y=espace, colour = type, shape = type)) + +plt <-ggplot(data=pappsodata[which(pappsodata$type == "PAPPSO"),], aes(x=annee, y=espace, colour = type, shape = type)) + geom_line() + geom_point() + diff --git a/photo_olivier.png b/photo_olivier.png new file mode 100644 index 0000000..f1ed130 Binary files /dev/null and b/photo_olivier.png differ