Displaying 4 results from an estimated 4 matches for "plotheight".
2007 Oct 31
2
Shell Bash with R
...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]
yTitle <- "Time]"...
2008 Apr 14
1
odfWeave: in multi-page plots only last page appears in document
...g type and/or device 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
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)