skembel / picante

R tools for integrating phylogenies and ecology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix2sample fails if rownames missing

skembel opened this issue · comments

function matrix2sample fails if the supplied matrix/data.frame lacks rownames

Use dimnames(provideDimnames(z))

Thanks - merged