Displaying 2 results from an estimated 2 matches for "indegdistremb".
2009 Sep 04
3
eps file with embedded font
...mbedded font.
I use:
postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE,
paper="special", height=8, width=12, family="Helvetica")
# plot stuff
dev.off()
since R does not embed font, I then use:
embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
fontpaths="System/Library/Fonts")
the problem is that the second file, with font embedded, is cutted
near the end, and the very last part of the plots and the border are
off the page...
I use R 2.8.1 on a Mac OSX
any help more than welcome,
regards,
Simone
2009 Sep 11
3
For sending my R package as part of R-project
...aper="special", height=8, width=12, family="Helvetica")
>>>> # plot stuff
>>>> dev.off()
>>>>
>>>> since R does not embed font, I then use:
>>>>
>>>> embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
>>>> fontpaths="System/Library/Fonts")
>>> I think Simone intended to use a different filename here, probably
>>>
>>> embedFonts(file="ranking-exp-all.eps",
>>> outfile="ranking-exp-all-EMB...