Learn R Programming

mappeR (version 2.0.2)

subset_dists: Subset a distance matrix

Description

Subset a distance matrix

Usage

subset_dists(bin, dists)

Value

A distance matrix for only the data points in the input bin.

Arguments

bin

A list of names of data points.

dists

A distance matrix for data points in the bin, possibly including extra points.