Description Usage Arguments Value Author(s) See Also
View source: R/wcmdscale.org.R
Internal function for organize the results of wcmdscale function.
The function computes dissimilarity indices using the function vegdist
and perform Principal Coordinates Analysis (PCoA) using the function
wcmdscale. If data is of class dist, the funcion do not computes
the dissimilarity indices.
1 | wcmdscale.org(data, method, squareroot, eig, correlations, ...)
|
data |
Data matrix or dissimilarities of class dist. |
method |
Method for dissimilarity index, as accepted by |
squareroot |
Logical argument (TRUE or FALSE) to specify if use square root of dissimilarity index. |
eig |
Logical argument (TRUE or FALSE) to indicates if eigenvalues are returned. |
correlations |
Logical argument (TRUE or FALSE) to indicates if correlations between axis and original data are returned. |
... |
Other arguments passed to wcmdscale function. |
values |
The eigenvalues, relative eigenvalues and cumulative relative eigenvalues. |
vectors |
The principal coordinates. |
correlations |
Correlations between axis and original data. |
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.