longDist: Distance matrix in long form

Description Usage Arguments Value

Description

Distance matrix in long form

Usage

1
2
3
4
5
6
7
longDist(x, ...)

as.longDist(x, ...)

## S3 method for class 'dist'
as.longDist(x, norm = FALSE, reOrder = FALSE,
  sortorder = FALSE, ...)

Arguments

x

an object

...

not used

norm

normalize distances such that the maximum distance equals one?

reOrder

see reOrder.longDist

sortorder

similar to reOrder but with sorted dNames

Value

dist.data.frame object. A data frame with three columns, row,col, and dist


stevencarlislewalker/subscript documentation built on May 30, 2019, 4:45 p.m.