tidy_cmdscale: Perform Classic Multi-dimensional scaling on a distance...

Description Usage Arguments

View source: R/tidy_cmdscale.R

Description

Returns a list containing the dataframe, preformatted axis labels, and eigenvalue magnitudes.

Usage

1
tidy_cmdscale(dist, k = 9, metadata = NULL, by = NULL)

Arguments

dist

A distance matrix, either as a matrix or as a dist object

k

The number of PCoA axes

metadata

If not null, a dataframe (or tibble) describing additional sample metadata

by

A vector informing 'left_join' how to join (see the dplyr documentation)


kdmurray91/kdmRutil documentation built on May 17, 2019, 7:29 p.m.