?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
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.