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)
>>
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
2 matches
Mail list logo