Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wcmdscale object #186

Closed
eduardszoecs opened this issue Jul 26, 2016 · 2 comments
Closed

wcmdscale object #186

eduardszoecs opened this issue Jul 26, 2016 · 2 comments

Comments

@eduardszoecs
Copy link
Contributor

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...

@jarioksa
Copy link
Contributor

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.

@jarioksa
Copy link
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
Projects
None yet
Development

No branches or pull requests

2 participants