Changes between Initial Version and Version 1 of Recette BilanLot StadesPigmentaires


Ignore:
Timestamp:
Feb 19, 2010 9:57:12 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette BilanLot StadesPigmentaires

    v1 v1  
     1= bilan de la structure en stades pigmentaires = 
     2 
     3Lancer un bilan lot, une fois que l'interface ggplot s'affiche, la refermer 
     4puis tapper 
     5{{{ 
     6p<-ggplot(vue_ope_lot) 
     7p+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)]]