Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
The output is similar as in |
jarioksa
added the
feature-request
label
Sep 5, 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
EDiLD commentedJul 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?eigcould be skipped completely...I could try to write prototype...