-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
project.org] On Behalf Of Werner Wernersen
Sent: Thursday, September 18, 2008 4:00 AM
To: r-help at stat.math.ethz.ch
Subject: [R] R2HTML, HTMLStart(): are plots send to HTML?
Hi,
I just want to make sure that I really misunderstood the documentation:
Is HTMLStart redirecting plots as well so that they are included in the
HTML report? I tried the below and the plot is not included in the HTML
file.
Or did I miss some switch or so?
Many thanks,
Werner
HTMLStart(outdir = "c:/", filename = "report")
*** Output redirected to directory: c:/
*** Use HTMLStop() to end redirection.[1] TRUE
HTML> plot(1:10, 1:10)
HTML> HTMLStop()
[1] "c://report_main.html"