search for: userownam

Displaying 6 results from an estimated 6 matches for "userownam".

Did you mean: usernam
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* <teste, results=xml>>= x <- matrix(rnorm(6), nc=2) xst <- tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ and I get this error: *OUTPUT error:* Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep = rep("", : all matrices must have the same dim Any hint i...
2009 Nov 04
1
odfweave table styles
...rialHighlight" tableStyles$cell[bigState,] <- "highlight" tableStyles$text @ In my code I do: <<modtablestyles, echo=FALSE>>= bluesYes <- which(outTable[,2] >= 3 & outTable[,2] < 4) namel <- colnames(outTable) tstyles <- tableStyles(outTable, useRowNames = F, header = namel) tstyles$cell[bluesYes,2] <- "highlight" @ <<corrTable,echo=FALSE,results=xml>>= odfTable(outTable, styles = tstyles, useRowNames = F, colnames = namel) @ My code runs and does not throw an error, but the resulting table does not have the rows I a...
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
...'ã' that odfWeave is not recognizing properly. The error follows below. Just to make it clear: Windows vista (default language - Brazilian Portuguese), R 2.11.1, odfWeave 0.7.11, OpenOffice 3.0.1 in my odt file ... <<tabela2, echo = FALSE, results = xml>>= odfTable(tabela2,useRowNames=T,name ='Tabela 2') @ in R console ... >library(odfWeave) >imageDefs <- getImageDefs() >imageDefs$type <- 'bmp' >imageDefs$device <- 'bmp' >setImageDefs(imageDefs) >options(SweaveSyntax="SweaveSyntaxNoweb") >odfWeave('teste.o...
2007 Jun 05
1
odfTable
Hello, I am using the odfWeave packages; I draw a table using the function odfTable: partCols <- gsub(?\\.?, ? ?, names(partenaires)) odfTable(partenaires, useRowNames = 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 Ami...
2013 Apr 11
3
odfWeave: Some questions about potential formatting options
Hello All, Learning to use the odfWeave package. I really like the package. It has good documentation, makes some very nice looking tables, and seems to have lots of options for customizing output. There are a few things I'd like to do that don't seem to be covered in the documentation though. So I'm not sure if they're possible or not. Here's a list of some things I'd
2006 Nov 24
2
odfTable: how to escape <
Dear All, I'm appreciating odfWeave as a nice reporting tool, but I had some pain in producing tables with odfTable command where the first column began with < or > such as in age class heading, for example: <35 35-39 40-49 50-50 >60 In this case, to avoid a content.xml error, I had to change <35 in less than 35 and > 60 in over 60. Anyone knows how to escape those