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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.