hello all,
I would like to introduce a summary table into the pdf along with the 
plots (in order to archive my data into single files automatically).
Similarly, It would be great to have the result of the statistical 
analysis (for instance anova) in the same file.

Is there a way to do that?


example:
pdf("example.pdf")
layout (matrix(1:2,1,2))
plot (groups, scores)

Result <- cbind (samplesize, mean_score, sem_score)  #calculated before
???

dev.off ()
-- 
_______________________________________________

Dr. Julien Colomb

Genes et Dynamique des Systemes de Memoire
CNRS UMR 7637
ESPCI
10 rue Vauquelin
75005 Paris
France
www.gdsm.espci.fr

tel +33 (0)1 40 79 51 23
fax +33 (0)1 40 79 52 29

AIM (ichat) or skype: thrawny1
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to