[R] boxplot, data frame and html
Silvano
silvano at uel.br
Wed Oct 28 12:05:55 CET 2009
Hi,
I'm trying put in same page:
- a data frame with 3 columns and 45 lines;
- a box plot;
the code is:
require(hwriter)
hwrite(t1000[,c(1,5,6)], 'T1000.html', bgcolor='#ffdc98',
row.bgcolor='#ffdc98', br=TRUE)
p = openPage('T1000.html')
hwriteImage('caixa.jpg', p, br=TRUE)
hwrite('',p, br=TRUE)
closePage(p)
but isn't working. What's wrong?
Thanks,
--------------------------------------
Silvano Cesar da Costa
Departamento de Estatística
Universidade Estadual de Londrina
Fone: 3371-4346
More information about the R-help
mailing list