Re: [R] frequency of labels in a barplot

2008-08-11 Thread stephen sefick
seq_along On Mon, Aug 11, 2008 at 7:56 AM, stephen sefick <[EMAIL PROTECTED]> wrote: > On Sun, Aug 10, 2008 at 10:08 PM, R_Learner <[EMAIL PROTECTED]> wrote: >> >> I'm trying to control the number of labels in the x-axis of my plot. My code >> is the following: >> >> graph1<-barplot(total_skew) >>

Re: [R] frequency of labels in a barplot

2008-08-11 Thread stephen sefick
On Sun, Aug 10, 2008 at 10:08 PM, R_Learner <[EMAIL PROTECTED]> wrote: > > I'm trying to control the number of labels in the x-axis of my plot. My code > is the following: > > graph1<-barplot(total_skew) > axis(1,at = graph1,labels=raw_date[1:length(total_skew)], las=2) > > however, the length of m