Skip to content
Prev 93109 / 398500 Next

transpose dataset to PC-ORD?

I do not know exactly what you are looking for but it seems that you are 
writing the column names (which become row names) when transposing the 
data. So to fix this try using write.table(..., sep=",", row.names=F)


Jean
Daniel Gruner wrote: