hello,
to display my histogram from a png file to a html file I use this syntax
> myplot2 <- png(file=file.path(directory,"myplot2.png"), bg="transparent")
> plot(1:10)
> rect(1, 5, 3, 7, col="white")
> dev.off()
png:C:/Documents and Settings/melyakhlifi/Bureau/myplot.png
2
> HTMLInsertGraph(myplot2,file=HTMLoutput,caption="Sample discrete distribution
> plot")
[1] TRUE
but when I open HTMLoutput I don't find my histogram.
Can you help me please?
Thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]
______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.