pcoa: Principal Coordinates Analysis

Description Usage Arguments

View source: R/pcoa.R

Description

Apply Principal Coordinates Analysis to a given distance matrix, calculate variable covariances, and the percent of variance explained by 2D and 3D projections.

Usage

1
pcoa(distance_matrix, original_data, variable_tags = NULL, dimensions = 2)

Arguments

distance_matrix

distance or dissimilarity matrix

original_data

data frame containing the original data

variable_tags

Character, two-column data frame containing (1) the names of variables and (2) their tags.

dimensions

Numeric, number of dimensions of the projection equivalent to k in cmdscale


Andros-Spica/cerUB documentation built on June 9, 2020, 9:22 p.m.