The R Clinic is a fantastic website with many examples. There are some examples
under the graphics section.
http://biostat.mc.vanderbilt.edu/wiki/Main/RClinic
> Date: Tue, 6 Jul 2010 23:29:33 -0400
> From: bjlwilkin...@gmail.com
> To: deepayan.sar...@gmail.com
> CC: r-help@r-project.o
is there a good way to generate reports in R? I found the following code using
split.screen but this only works with plots and i would like to generate
reports with tables and charts. thx
if (interactive()) {
par(bg = "white") # default is likely to be transparent
split.screen(c(
2 matches
Mail list logo