search for: fekete_table_temp

Displaying 1 result from an estimated 1 matches for "fekete_table_temp".

2009 Mar 31
1
Reshape: 'melt' numerous objects
...done this before on individual files, but this time I'm trying to do it on a directory of files (with variable file names) - therefore I have to also use the 'assign' command. I have come up against a couple of problems however and am therefore seeking advice... > assign(paste("Fekete_table_temp", index$year[i], index$month[i], sep='')$Latitude,rownames(Fekete_198601)) # Using the row names of a given file Error in paste("Fekete_table_temp", index$year[i], index$month[i], sep = "")$Latitude : $ operator is invalid for atomic vectors To get round this...