get_min_dists: Get the minimum edit distance for rows in a matrix

Description Usage Arguments Value Examples

View source: R/str_distances.R

Description

Applys get_min_dist over all rows of matrix mat

Usage

1

Arguments

mat

A matrix of edit distances

Value

The minimum edit distance for each row of matrix mat

Examples

1
2
3
4
## Not run: 
get_min_dist(mat=amat, x=2)

## End(Not run)

jacob-ogre/hcphb documentation built on May 18, 2019, 8:01 a.m.