Changelog
Source:NEWS.md
ecan 0.2.2
2026-08-18
-
Bug fix in
ordination()-
o_method = "pcoa"returned eigen values in$st_scoresand nothing in$eig_val. It now returns the stand coordinates in$st_scoresand the eigen values in$eig_val.
-
$distance_methodisNULLfor “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.
ecan 0.2.1
CRAN release: 2023-07-07
2023-07-07
Removed method “fsap” in
ordination(), because package dave was archived.