Commentaire kassambara Administrateur #102 09/05/2017 à 14h35 Je vous remercie pour cette solution que je prendrai en consid?ration.
Commentaire xavier-pierre Membre #99 23/04/2017 à 23h04 bonjour, pour afficher les 2 boxplots avec annotation_custom il faut simplement r?affect? au plot p1: p1<-p1 + annotation_custom(grob = p2_grob, xmin = xmin, xmax = xmax, ymin = ymin-1.5, ymax = ymin+1.5) p1<-p1 + annotation_custom(grob = p3_grob, xmin = xmin-1.5, xmax = xmin+1.5, ymin = ymin, ymax = ymax)
Commentaires