Changes between Version 44 and Version 45 of Recette BilanLot
- Timestamp:
- Dec 24, 2012 10:14:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recette BilanLot
v44 v45 110 110 }}} 111 111 [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette6.jpg,400px)]] 112 113 114 112 * essai = 5 113 {{{ 114 bilan_lot<-get("bilan_lot",envir_stacomi) 115 g<-ggplot(bilan_lot@data[bilan_lot@data$annee%in%2005:2011,]) 116 col<-rainbow(length(unique(bilan_lot@data$annee))) 117 g+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 }}} 115 123 [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette7.jpg,400px)]] 116 124 [[BR]] 117 ''' Utilisation du facettage ''' 125 == Utilisation du facettage == 118 126 * 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), 119 127 * choix geom > histogram