DOLMin<-as.Date("2012-1-1")
DOLMax<-as.Date("2012-12-31")
title<-paste("Claims:",format.Date(DOLMin,"%b %Y"),"\u2264 DOL \u2264",format.Date(DOLMax,"%b %Y"))
plot(1:2,main=title)
The above code creates this meaningless plot
My problem is that I cannot build a pdf of this plot because of the way I'm generating my less than or equal to symbols.
How do I recreate the same title using plotmath? Doing so will solve my pdf error issue which I describe here