Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

wcmdscale object #186

Open
EDiLD opened this Issue Jul 26, 2016 · 2 comments

Comments

Projects
None yet
2 participants
Contributor

EDiLD commented Jul 26, 2016

The wcmdscale() has a somewhat special output compared to all other ordination methods (rda, cca, dbrda, ...).
It returns either a matrix of scores or a list with more detailed information.

Would it be worth to adapt to be more similar to cca.object? eig could be skipped completely...
I could try to write prototype...

@EDiLD EDiLD referenced this issue in gavinsimpson/ggvegan Jul 26, 2016

Open

added method for wcmdscale #4

Contributor

jarioksa commented Jul 27, 2016

The output is similar as in stats::cmdscale(). The function was designed as a drop-in replacement of standard cmdscale. Careful testing is needed if this similarity is broken.

Contributor

jarioksa commented Sep 7, 2016

FWIW, the function was deliberately changed to return only scores matrix with default options in e6c661f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment