John Sorkin wrote:
Wiindows XP
R 2.7
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?
Hi John,
Both htmlize in the prettyR package and the functions in the R2HTML
package will format the output of an R session in HTML. The results can
be displayed in any (graphical) HTML browser.
Jim
______________________________________________
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.