Skip to content

Commit

Permalink
NEWS about envfit bug fix and centredist functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Nov 10, 2024
1 parent 9522321 commit 70440b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
The function is still experimental. In particular the user interface
may need development. Comments are welcome.

* `centredist`: new functions to find distances of points to their
group centroids in `betadisper` or in several ordination methods
(`cca`, `rda`, `dbrda`, `wcmdscale`). Functions can find (weighted)
Euclidean or Mahalanobis distances. See
(https://stackoverflow.com/questions/77391007/) and issue
[#606](https://github.com/vegandevs/vegan/issues/606).

## New Features

* `plot.cca` graphics can be configured. `plot.cca` had hard-coded
Expand Down Expand Up @@ -78,6 +85,10 @@
completely aliased by conditions. See
[#701](https://github.com/vegandevs/vegan/pull/701).

* `envfit` failed when ordination scores were given in a plain matrix
instead of a complex ordination result object. Issue
[#713](https://github.com/vegandevs/vegan/issues/713).

## Deprecated and Defunct

* Disabled use of `summary` to get ordination scores: use `scores`!
Expand Down

0 comments on commit 70440b2

Please sign in to comment.