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"

__________________________________________________
Do You Yaho
 Schutz gegen Massenmails. 
http://mail.yahoo.com

______________________________________________
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.

Reply via email to