Re: [R] ggplot2 melt function "value"

2007-11-29 Thread hadley wickham
> > Hi:I recently started using the melt function and > > found that it is very useful and powerful,however I > > can't seem to find the way to change the default > > column header "value" to my custom column name. > > melted data are data frames. You can names[..]<-"myvalue" for renaming, but > m

Re: [R] ggplot2 melt function "value"

2007-11-28 Thread Dieter Menne
Felipe Carrillo yahoo.com> writes: > Hi:I recently started using the melt function and > found that it is very useful and powerful,however I > can't seem to find the way to change the default > column header "value" to my custom column name. melted data are data frames. You can names[..]<-"myva

[R] ggplot2 melt function "value"

2007-11-28 Thread Felipe Carrillo
Hi:I recently started using the melt function and found that it is very useful and powerful,however I can't seem to find the way to change the default column header "value" to my custom column name. Does anyone know how to go about this? any suggestions are very appreciated. Thanks Felipe D. Carri