Hi, all I drew a barplot with> barplot(data1, beside=TRUE)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:> Hi, all > > I drew a barplot with > > > barplot(data1, beside=TRUE) > > and then, I want to labels with hist() like x-axis ticks. > > How can I do this? > > Thanks in advance, > Hyunchul > > ______________________________________________ > R-help at r-project.org mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Henrique Dallazuanna Curitiba-Paran?-Brasil 25? 25' 40" S 49? 16' 22" O
Reasonably Related Threads
- How to count from larger value to smaller value in ecdf (Empirical Cumulative Distribution Function)
- How to join path with arguments
- histogram-like barplot? (or reverse?)
- Barplot/Histogram (lattice)
- 3-axis Barplots (plus qplot like staked histogram capability)