Skip to content

histogram like x labels in barplot

2 messages · Hyunchul Kim, Henrique Dallazuanna

#
Hi, all

I drew a barplot with
and then, I want to labels with hist() like x-axis ticks.

How can I do this?

Thanks in advance,
Hyunchul
#
If I understand:

barplot(x)
axis(1)
On 06/03/2008, Hyunchul Kim <sundol313 at naver.com> wrote: