search for: plotst

Displaying 1 result from an estimated 1 matches for "plotst".

Did you mean: plots
2010 Dec 14
2
300 dpi and eps:
...t improve this to 300 dpi. Q: HOW CAN A GRAPH IN R DIRECTLY SAVED AS 300dpi? What options do I need to add to the postscript function to have a 1 page graph that has these 5 plots and is a 300 dpi graph? Thank you in advance, Aldi Here is what I am using right now: > postscript(file='./plotST.eps',paper='special',width=10,height=10,horizontal=FALSE) > par(mfrow=c(5 ,1)) > plot(sortord , X1 , cex=0.5 ,pch=21 , ylim=c(1.000002 , 8.08771 ), xlab='ST: 1-5 position (unit)',ylab='ylabel',font.lab = 1, cex.lab = 1,cex.main=0.5 +0.4, col=chrom ) > text(...