r - output .eps graphics with 800 dpi -
a client needs graphics manuscript .eps format , 800 dpi.
usually export tiff using tiff()
res=
argument , good. in fact i've never exported .eps before i've been googling around.
i found this, has gotten me .eps file stage (though can't view file exported make sure looks right). far quick search via in r-studio has given me, can't change dpi.
any help? current code looks like:
seteps() postscript("whatever.eps", width = 7, height = 5) plot(rnorm(100), main="hey data") dev.off()
i'm used units="in"
, res=800
being included don't feel comfortable height , width args i've supplied , can't view file make sure looks right.
Comments
Post a Comment