[R] improving barplot output

2006-11-19 Thread Bob Green
Hello, I was hoping for some advice on improving a barplot. Below is the syntax I have used. I wanted to do two things differently How would I alter the syntax so that (a) the y-axis finishes at 25 and not 20, and (b) 'past ideation' and 'pastwk ideation' are coloured blue and 'past attempt'

Re: [R] improving barplot output

2006-11-19 Thread Johan Sandblom
Sorry, that should be barplot(summarizedData,ylab=Percentage,col=c(dark blue,dark red), ylim=c(0,25)) 2006/11/19, Johan Sandblom [EMAIL PROTECTED]: 2006/11/19, Bob Green [EMAIL PROTECTED]: Hello, I was hoping for some advice on improving a barplot. Below is the syntax I have used. I

Re: [R] improving barplot output

2006-11-19 Thread Johan Sandblom
2006/11/19, Bob Green [EMAIL PROTECTED]: Hello, I was hoping for some advice on improving a barplot. Below is the syntax I have used. I wanted to do two things differently How would I alter the syntax so that (a) the y-axis finishes at 25 and not 20, and (b) 'past ideation' and 'pastwk

Re: [R] improving barplot output

2006-11-19 Thread Chuck Cleland
Bob Green wrote: Hello, I was hoping for some advice on improving a barplot. Below is the syntax I have used. I wanted to do two things differently How would I alter the syntax so that (a) the y-axis finishes at 25 and not 20, and (b) 'past ideation' and 'pastwk ideation' are coloured