[R] ggplot2 melt function "value"
Dieter Menne
dieter.menne at menne-biomed.de
Thu Nov 29 08:15:35 CET 2007
Felipe Carrillo <mazatlanmexico <at> 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[..]<-"myvalue" for renaming, but make
sure you don't need the column for reshaping afterwards.
Dieter
More information about the R-help
mailing list