Skip to content
Prev 131138 / 398503 Next

Controlling Postscript output, size and orientation

Prof Brian Ripley wrote:
That code was in my original message, here it is again:
par(	bg="yellow",
	lab=c(10,6,7),
	#mai=c(1.25, 1, 0.2, 0.2),
	pin=c(6,4)
)

curve(300-(200*(exp(-.4*x)-1)), 
	from=0, 
	to=9, 
	n=1000, 
	add=F, 
	type= "l",
	lwd=3,
	xlab="Ocassion of Measurement", 
	ylab="y",
)

# doesn't really work, have to edit in Acrobat to fix...

savePlot("M:/mono", type="ps")
What I am using is LaTeX with the prosper package to create a presentation
which I give using Adobe Reader (or Acrobat if it is available).

My issue is that it just seems like too many steps to get a "publication
ready" figure. I'll try what you suggested above, thanks.
Sorry, Acrobat, thought that went without saying, my bad.

Thanks for the help.
-----
-------------------------------
Project Scientist
University of California, Irvine