Changes between Version 16 and Version 17 of Recette BilanLot
- Timestamp:
- Feb 14, 2010 6:48:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recette BilanLot
v16 v17 76 76 facet_grid(annee ~ .,scales = "free", space="free")+scale_fill_brewer(palette="Set1") 77 77 }}} 78 * Essai= 7 79 {{{ 80 p+geom_point(aes(x=annee,y=val_quant),alpha=1,position="jitter")+stat_boxplot(aes(x=annee,y=val_quant),colour="red",fill="blue",outlier.colour="red",alpha=0.4)+ 81 opts(title="Structure en taille des Aloses Essai 7", 82 labels = c(x = "Annee", y = "Taille")) 83 }}}