postscript
, and further registering the file name for
subsequent calls to ps.end
.ps.do(file, width=-1, height=-1, onefile=FALSE, horizontal=FALSE,
title = NULL, ...)ps.latex(file, height = 5 + main.space * 1.25, width = 9.5,
main.space=FALSE, lab.space = main.space,
paper = "special", title = NULL,
lab=c(10, 10, 7), mgp.lab=c(1.6, 0.7, 0), mar=c(4, 4, 0.9, 1.1), ...)
height * 2.54
are
cm. The default is 5 plus 1.25 iff main.space
.height
, see postscript
.postscript(..)
, most probably to be left alone.postscript()
; by default use a title with Rversion
and file
in it.mar
).postscript
. Only if this is
"special"
are your choices of width
and height
completely honored (and this may lead to files that can't print olab[1:2]
are desired number of
tick marks on x- and y- axis, see par(lab=)
.par(mgp=)
, the default is here smaller
than usual.par(mar=)
, the default is here smaller than usual.ps.do()
from
ps.latex
ps.latex
has an additional par
settings: After ps.do(..)
is called, the graphical parameters c("mar", "mgp", "lab")
are
reset (to values that typically are better than the defaults for LaTeX
figures).par
values}
par
values}ps.end
, postscript
,
dev.print
.ps.do("ps_do_ex.ps") example(plot.function) ps.end() }