Changes between Version 16 and Version 17 of Recette BilanLot


Ignore:
Timestamp:
Feb 14, 2010 6:48:22 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette BilanLot

    v16 v17  
    7676facet_grid(annee ~ .,scales = "free", space="free")+scale_fill_brewer(palette="Set1") 
    7777}}} 
     78 * Essai= 7 
     79{{{ 
     80p+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}}}