wcmdscale.org: Internal function for organize the results of wcmdscale...

Description Usage Arguments Value Author(s) See Also

View source: R/wcmdscale.org.R

Description

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.

Usage

1
wcmdscale.org(data, method, squareroot, eig, correlations, ...)

Arguments

data

Data matrix or dissimilarities of class dist.

method

Method for dissimilarity index, as accepted by vegdist.

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.

Value

values

The eigenvalues, relative eigenvalues and cumulative relative eigenvalues.

vectors

The principal coordinates.

correlations

Correlations between axis and original data.

Author(s)

Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>

See Also

vegdist, wcmdscale


PCPS documentation built on Jan. 16, 2020, 1:03 a.m.

Related to wcmdscale.org in PCPS...