geomorphR/geomorph

Error running example of Phylomorphospace

Closed this issue · 2 comments

Dear Dean,

Running the phylomorphospace example found in ?gm.prcomp throws an error:

data(plethspecies) 
Y.gpa <- gpagen(plethspecies$land)
PCA.w.phylo <- gm.prcomp(Y.gpa$coords, phy = plethspecies$phy)
summary(PCA.w.phylo)
plot(PCA.w.phylo, phylo = TRUE, main = "PCA.w.phylo")

Error: Some of the arguments in phylo.pars are different than those that are possible (see Arguments).

A new plot is showed but no tree nor nodes are shown, only the tip species.
Im running R version 4.3.3 (2024-02-29), with geomorph v4.0.7 and RRPP v2.0.0 in Debian 12.
Kind regards,

Ale

Thanks, it worked.
Ale