Changes between Version 44 and Version 45 of Recette BilanLot


Ignore:
Timestamp:
Dec 24, 2012 10:14:30 PM (12 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette BilanLot

    v44 v45  
    110110}}} 
    111111[[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette6.jpg,400px)]] 
    112  
    113  
    114  
     112 * essai = 5 
     113{{{ 
     114bilan_lot<-get("bilan_lot",envir_stacomi) 
     115g<-ggplot(bilan_lot@data[bilan_lot@data$annee%in%2005:2011,]) 
     116col<-rainbow(length(unique(bilan_lot@data$annee))) 
     117g+stat_density(aes(x=val_quant,ymax = ..density..,  ymin = -..density..,col=annee), 
     118                geom = "ribbon", position = "identity",alpha=0.4,fill=NA) + 
     119                annotate("text",x = 300, y = 0.01, label = "essai == 5",   parse = T, vjust = 0, hjust = 0,col="cyan")+ 
     120                scale_color_manual(name="Annees",values = col)+          
     121                theme(panel.background = element_rect(fill = "black")) 
     122}}} 
    115123 [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette7.jpg,400px)]] 
    116124[[BR]] 
    117 ''' Utilisation du facettage ''' 
     125== Utilisation du facettage == 
    118126 * J'ai relancé l'application (pour effacer les objets en mémoire) à l'aide de stacomi(), puis j'ai choisi un nombre plus réduit d'années (2005-2008),  
    119127  * choix geom > histogram