correction du graphe

master
Olivier Langella 1 year ago
parent 0fbcd7b039
commit a686213e23

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Loading…
Cancel
Save