Skip to content

How to reassemble $components in coleo(ade4)?

1 message · Stéphane Dray

#
column.names is not an argument (it is col.names). Try:

 > data(coleo)
 > write.table(coleo$tab, file = "coleo.txt", sep = " ", 
row.names=coleo$species.names, col.names=coleo$moda.names)


Cheers.
Mark Krueger wrote: