as.princomp on phy.pca using mode="cor"
aleungplants opened this issue · 1 comments
aleungplants commented
data(anoletree)
data(anole.data)
pca<-phyl.pca(anoletree,anole.data,mode="cor")
pca
as.princomp(pca)
Is it just me or does running this code not work? I am getting the error:
'names' attribute [6] must be the same length as the vector [1]
It works when mode="cov"
.
liamrevell commented
Should now be fixed on GitHub.