| 1 | = bilan de la structure en stades pigmentaires = |
| 2 | |
| 3 | Lancer un bilan lot, une fois que l'interface ggplot s'affiche, la refermer |
| 4 | puis tapper |
| 5 | {{{ |
| 6 | p<-ggplot(vue_ope_lot) |
| 7 | p+geom_bar(aes(x="",y=effectif,fill=val_libelle,width=1),stat='identity')+ |
| 8 | coord_polar(theta="y", start=pi)+ |
| 9 | scale_fill_grey(name="stades pigmentaires",start=0.8, end=0.2)+ theme_bw() + |
| 10 | facet_wrap(~date,scale="free_y")+ |
| 11 | opts(title="Stades pigmentaires 1998",label=c(x="effectif",y=theme_blank())) |
| 12 | }}} |
| 13 | [[Image(source:"doc/trac/Bilan_lot_recette13.jpg)]] |