--
You received this message because you are subscribed to the Google Groups "dartR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dartr+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dartr/26a07e14-2425-4699-bdab-655c214d3c23n%40googlegroups.com.
Hi Juan,
This is a known boundary case. Tracy–Widom method of distinguishing structured axes (those with information) from noise axes can return zero “structured” axes on some subsets.
The function gl.pcoa() currently assumes at least one structured axis and fails when the dataframe containing the structured data is empty. All noise axes.
Can you try using pc.select="broken-stick".
I am working on this issue.
All the best,
Arthur