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. Carrillo Fishery Biologist US Fish & Wildlife Service California, USA ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page.
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