> - Output delivery system (ODS): *Every* piece of SAS output is an
> output object that can be captured as
> a dataset, rendered in RTF, LaTeX, HTML, PDF, etc. with a relatively
> simple mechanism (including graphs)
> ods pdf file='mystuff.pdf'';
> << any sas stuff>>
> ods pdf close;
R now has this ability as well via the "sinkplot" and "textplot" commands
provided by the "gplots" package.
-G
LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html