> I am using sink() to send the results of my analyses to a text > file. Unfortunately my graphs do not become part of the file. > Is there anyway that I can have both the text and graphic > output of my analyses appear in a file?
Well, how would you expect the graphs to be represented in a text file? So the short answer is no you can't do that. The longer and probably more helpful answer is: Have a look at Sweave(). Sweave is a system which allows you to integrate R-code with LaTeX formatting -- including the possibility to insert graphs. cu Philipp -- Dr. Philipp Pagel Lehrstuhl für Genomorientierte Bioinformatik Technische Universität München Wissenschaftszentrum Weihenstephan 85350 Freising, Germany http://mips.gsf.de/staff/pagel ______________________________________________ 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.