search for: plotwidth

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

2007 Oct 31
2
Shell Bash with R
..."X.data.bz2") plotColorMode <- cmColor plotHideLegend <- FALSE plotLegendSizeFactor <- 0.8 plotOwnOutput <- FALSE plotFontFamily <- "Helvetica" plotFontPointsize <- 22 plotWidth <- 10 plotHeight <- 10 plotConfidence <- 0.95 mainTitle <- "Deregistrations by Timeout" xSet <- data$Steps[1] xTitle <- "Steps" ySet <- data$Time[s...
2008 Apr 14
1
odfWeave: in multi-page plots only last page appears in document
...to postscript and working with the 'onefile' argument) , but I couldn't solve the problem. So maybe this is not the right idea for a solution. In any case, here is my current getImageDefs: > getImageDefs() $type [1] "png" $device [1] "png" $plotHeight [1] 480 $plotWidth [1] 480 $dispHeight [1] 5 $dispWidth [1] 5 $args list() Any help appreciated. Kind regards, Tobias
2009 Aug 22
0
forest (meta) editing text
...sm="RR", meth="MH", studlab=rownames(mydata.forest.DoseRed) ) forest( mydata.meta.DoseRed, comb.fixed=TRUE, comb.random=FALSE, leftcols="studlab", plotwidth=unit(8, "cm"), at = c(0.5,1.0,2.0,3.5), xlim = c(0.22, 3.48) ) Thats roughly what I want. There is a jpeg of it here: http://www.wittongilbert.free-online.co.uk/forest.jpg BUT - there are two problems: Firstly the subgroups have a headi...
2010 Jul 19
1
divide grid.newpage into two?
Hi, ? Is there some easy way to split the grid.newpage() into two columns? For example, how could I put the two forest plots below (meta1 and meta2) next to each other? library(meta) data(Olkin95) meta1 <- metabin(event.e, n.e, event.c, n.c,data=Olkin95, subset=c(41,47,51,59),sm="RR", meth="I",studlab=author) meta2=meta1 meta2$studlab=rep("",length(meta1$studlab)
2006 Jul 25
2
Sweave and tth
I tried odfWeave to create an OpenOffice file and found that it exhausted the memory of my large linux machine and took a long time to run. LaTeX with Sweave is blazing fast and extremely flexible. Most of the time I can give clients a pdf file. Sometimes I'd like to make Sweave LaTeX files more accessible (and editable) to (gulp) Word users, mainly so they can extract tables and other
2007 Jun 25
1
eps in odfWeave
Dear Weavers, Does someone have an example of using eps or any other vector graphics with odfWeave? It tried the example below (and commented variants) with simple.odt in the examples directory, and got an error. Dieter #--- library(odfWeave) plotInfo <- getImageDefs() plotInfo$type = "eps" #plotInfo$device = "postscript" setImageDefs(plotInfo)