correction du graphe
This commit is contained in:
parent
0fbcd7b039
commit
a686213e23
@ -18,7 +18,7 @@ pappsodata$espace <- c(espace_dd,espace_pappso)
|
|||||||
library(ggplot2)
|
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_line() +
|
||||||
geom_point() +
|
geom_point() +
|
||||||
|
BIN
photo_olivier.png
Normal file
BIN
photo_olivier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
Loading…
x
Reference in New Issue
Block a user