Re: [R] barplot: width of label

2010-12-20 Thread Jim Lemon
On 12/20/2010 02:13 AM, fransiepansiekevertje wrote: Hello, I try to make barplots with rather wide labels. A simplified example of this: x<- c(12, 33, 56, 67, 15, 66) names(x)<- c('Richard with a long surname','Minnie with a long name,'Albert','Helen','Joe','Kingston') barplot(x, las = 2) Now

Re: [R] barplot: width of label

2010-12-19 Thread David Winsemius
On Dec 19, 2010, at 10:55 AM, Peter Ehlers wrote: On 2010-12-19 07:13, fransiepansiekevertje wrote: Hello, I try to make barplots with rather wide labels. A simplified example of this: x<- c(12, 33, 56, 67, 15, 66) names(x)<- c('Richard with a long surname','Minnie with a long name,'Albert

Re: [R] barplot: width of label

2010-12-19 Thread Peter Ehlers
On 2010-12-19 07:13, fransiepansiekevertje wrote: Hello, I try to make barplots with rather wide labels. A simplified example of this: x<- c(12, 33, 56, 67, 15, 66) names(x)<- c('Richard with a long surname','Minnie with a long name,'Albert','Helen','Joe','Kingston') barplot(x, las = 2) Now the

[R] barplot: width of label

2010-12-19 Thread fransiepansiekevertje
Hello, I try to make barplots with rather wide labels. A simplified example of this: x <- c(12, 33, 56, 67, 15, 66) names(x) <- c('Richard with a long surname','Minnie with a long name,'Albert','Helen','Joe','Kingston') barplot(x, las = 2) Now the label 'Richard with a long surname' is too long t