Re: [R] barplot(names.arg) versus axis(labels)

2003-11-07 Thread Marc Schwartz
On Fri, 2003-11-07 at 14:29, Siddique, Amer wrote: > Should I be able to use axis() on a barplot? i have a data.frame, the first > 3 values of which are: > > > c[1:3,] > median mean > A156.5 58.5 > A61 73.0 73.0 > A62 63.0 63.0 > > > str(c) > `data.frame': 19 ob

[R] barplot(names.arg) versus axis(labels)

2003-11-07 Thread Siddique, Amer
Should I be able to use axis() on a barplot? i have a data.frame, the first 3 values of which are: > c[1:3,] median mean A156.5 58.5 A61 73.0 73.0 A62 63.0 63.0 > str(c) `data.frame': 19 obs. of 2 variables: $ median: num 56.5 73 63 161 51 55 44.5 22 54 49 ..