2026-08-18
Bug fix in ordination()
o_method = "pcoa" returned eigen values in
$st_scores and nothing in $eig_val. It now
returns the stand coordinates in $st_scores and the eigen
values in $eig_val.$distance_method is NULL for “ca” and
“dca”, which do not use a distance, as it already was for
“pca”.
Added tests for cluster(), df2table(),
table2df(), dist2df(), ind_val()
and the one-to-multi helpers.
2023-07-07
Removed method “fsap” in ordination(), because
package dave was archived.
2023-03-16
Bug fix
Release to CRAN
2022-05-24
First release