Re: [R] add categorical labels in plot

2013-01-12 Thread Jim Lemon
On 01/12/2013 12:01 PM, Elaine Kuo wrote: Hello I want to draw a plot using the code below. Further, I want to add labels (White, Yellow, Red) to x-axis. Please kindly advise how to add the categorical labels, by modifying the code. ... Hi Elaine, Bit hard to tell exactly what you want, but t

[R] add categorical labels in plot

2013-01-11 Thread Elaine Kuo
Hello I want to draw a plot using the code below. Further, I want to add labels (White, Yellow, Red) to x-axis. Please kindly advise how to add the categorical labels, by modifying the code. Thank you. Elaine Code dataN <-read.csv("H:/skin_color.csv",header=T, row.names=1) dim(dataN)