Displaying 2 results from an estimated 2 matches for "expression_species".
2002 Feb 03
0
expressions in legends
...m sure, overlook this option and 'put up' with
the mis-aligned legend. I wonder why expression() causes this problem
and whether anything can be done about it (other that the adj hack).
For those unaware of the problem paste this example into your R.
plot(1:10,1:10)
legend(1,10,"Non expression_species",pch=21,lty=1,bty='n')
legend(5,10,expression(italic("Expression species")),pch=21,lty=1,bty='n',col=2)
legend(8.1,10,expression(italic("E. species")),pch=21,lty=1,bty='n',col=2,adj=c(0,0.6))
The first legend key is ordinary text, the second express...
2002 Feb 07
0
Re: [R] expressions in legends (PR#1302)
...#39;put up' with
> the mis-aligned legend. I wonder why expression() causes this problem
> and whether anything can be done about it (other that the adj hack).
>
> For those unaware of the problem paste this example into your R.
>
> plot(1:10,1:10)
> legend(1,10,"Non expression_species",pch=21,lty=1,bty='n')
> legend(5,10,expression(italic("Expression species")),pch=21,lty=1,bty='n',col=2)
> legend(8.1,10,expression(italic("E. species")),pch=21,lty=1,bty='n',col=2,adj=c(0,0.6))
>
> The first legend key is ordinary text...