Displaying 1 result from an estimated 1 matches for "barnames".
Did you mean:
varnames
2008 Oct 24
1
Automatically adjust text size in plot
...ement to several statements can be indicated on
a scale.
I'm planning to plot this on a multilevel barplot, and only labeling
each "bar column" once. However, I'm stuck as to how I should adjust
text size and wrapping to fit to each column.
Here's an example of what I mean:
barnames<-c("I agree completely", "I agree", "I partly agree", "I do
not agree", "I really hate this stupid question, don't you?")
answers<-data.frame(question=paste("Q",1:5,sep=""),S1=sample(1:100,5),S2=sample(1:100,5),S3=sampl...