Displaying 2 results from an estimated 2 matches for "amilhat".
2007 Jun 05
1
odfTable
...Names = FALSE, colnames=partCols)
it's working as I have a table in my output file.
I would like to know how to change the background color for the header
cells.
I assuming i have to use tableStyles, but I don't understand how.
Does someone have an idea to help me?
Thank you,
Laurence Amilhat.
--
====================================================================
= Laurence Amilhat INRA Toulouse 31326 Castanet-Tolosan =
= Tel: 33 5 61 28 53 34 Email: laurence.amilhat at toulouse.inra.fr =
2007 Jun 05
1
multiple plot in odfWeave
...t
<<loadData, results = hide, echo = FALSE>>=
@
<<Connection, echo = FALSE, fig = TRUE>>=
library("RMySQL")
library(maps)
library(mapdata)
library(spmaps)
library(grid)
library(plotrix)
drv <- dbDriver("MySQL")
con <- dbConnect(drv, user="lamilhat", password="******",
dbname="Aquagenome", host="mymachine.toulouse.inra.fr")
@
Liste des projets:
<<carte2, echo = FALSE, results= verbatim, fig = TRUE>>=
lp <- dbSendQuery(con, "SELECT nom FROM projets")
projets <- fetch(lp)
nbr=d...