Re: [R] barplot with log base 2 scale or shift the x-axis

2008-05-03 Thread Uwe Ligges
I'd rescale my data to minimum around 0 and use some separate axis() that takes the rescaling into account - given there is no package that already does it. ;-) Uwe Ligges Summer Nitely wrote: Hi, I have data that is on a log base 2 scale. It goes from negative factors of 2 to positive

Re: [R] barplot with log base 2 scale or shift the x-axis

2008-05-03 Thread Yasir Kaheil
user parameter offset barplot(d,offset = -2) #assuming that d is your data Summer Nitely wrote: Hi, I have data that is on a log base 2 scale. It goes from negative factors of 2 to positive ones. I am using barplot. However, I don't want the data centered at 0 - I want the min of the

[R] barplot with log base 2 scale or shift the x-axis

2008-05-02 Thread Summer Nitely
Hi, I have data that is on a log base 2 scale. It goes from negative factors of 2 to positive ones. I am using barplot. However, I don't want the data centered at 0 - I want the min of the yaxis to be just below the lowest value in the data. The plots are kind of deceptive switching between