[R] pdf() Export Problem: Circles Interpreted as Fonts from ggplot2 Graphics

David Winsemius dwinsemius at comcast.net
Fri Dec 31 03:10:33 CET 2010



?points
pdf(file="aplot.pdf")
plot(1,1, pch=183, font=5)
dev.off()


On Dec 30, 2010, at 5:59 PM, Adam Carr wrote:

> Good Evening:
>
> I am putting together a large report with plots created in R, V  
> 2.12.0. Most of
> the plots are created using ggplot2 V0.8.9. I use R's pdf() command  
> to export
> the plot to a pdf file. I am exporting the plots and attempting to  
> edit the
> title text in Inkscape primarily because ggplot2 does not support  
> superscript or
> subscript formatting in the title text. For the report I am working  
> on these
> formats are essential.
>

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list