[R] SQLiteDF SQLITE ERROR after attach

2007-12-07 Thread Roberto Iacopetti
problem thanks in advance Roberto Iacopetti -- View this message in context: http://www.nabble.com/SQLiteDF-SQLITE-ERROR-after-attach-tf4962680.html#a14214520 Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

[R] R2HTML how to pair graphic.png and table

2007-12-06 Thread Roberto Iacopetti
-file.path(directory,testHTML.html) HTMLoutput=file.path(directory,testHTML.html) graf=graf.png png(file.path(directory,graf)) plot(c(1:12)) dev.off() tab-as.matrix(c(1:12)) HTMLInsertGraph(graf,tab,file=HTMLoutput,caption=Esempio di grafico) browseURL(myfile) Thanks in advance Roberto

Re: [R] R2HTML how to pair graphic.png and table

2007-12-06 Thread Roberto Iacopetti
. Best, Eric 2007/12/6, Roberto Iacopetti [EMAIL PROTECTED]: Dear list, i have this problem: how to pair a graphic.png and a table in R2HTML ? The better showing of a mutiple analysis is sometimes to mate graphic and table Can anyone help me in this task ?? In the example