Changes between Version 16 and Version 17 of Recette BilanLot StadesPigmentaires
- Timestamp:
- Oct 23, 2016 10:00:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recette BilanLot StadesPigmentaires
v16 v17 6 6 7 7 {{{ 8 #!r 8 9 p<-ggplot(vue_ope_lot) # récupére le data.frame vue_ope_lot qui a été écrit après avoir cliqué sur le bouton ggplot 9 10 p+geom_bar(aes(x="",y=effectif,fill=val_libelle,width=1),stat='identity')+ # cette écriture de geom_bar demande de bien mettre stat='identity', on peut alors passer à geom_bar un x et un y...