Label in oblique orientation
Komine <momadou <at> yahoo.fr> writes:
I drew a barplot with this code:
BarSize<-barplot(Size$SumArea,names.arg=Size$Class)
However the name of each bar is long. Thus, some names do not appear. I want to write labels with Oblique orientation. Can you help me to do that? Thank you in advance.
See ?par and search for the "las" parameter.