skembel / picante

R tools for integrating phylogenies and ecology
33 stars 17 forks source link

fix issue #1 matrix2sample fails if rownames missing #3

Closed jarioksa closed 8 years ago

jarioksa commented 10 years ago

test case

data(dune)
x <- as.matrix(dune)
rownames(x) # missing
matrix2sample(x)