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
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 one
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
posi
3 matches
Mail list logo