[R] plotmath vector problem; full program enclosed

Allan Engelhardt allane at cybaea.com
Wed Jul 7 09:35:59 CEST 2010


Ooops, I didn't convert this one to text right for the list.

     b1<- substitute( mu - d*sigma, list(d=*-round(dividers[1],2))*  )


should be

     b1<- substitute( mu - d*sigma, list(d=-round(dividers[1],2))  )


and similarly for

labels=*as.expression(c(b1,b2,b3,b4,b5))*, padj=-1)

read

labels=as.expression(c(b1,b2,b3,b4,b5)), padj=-1)

Apologies


Allan



More information about the R-help mailing list