full {ecodist}R Documentation

Full symmetric matrix

Description

Converts a column order distance matrix to a full symmetric matrix.

Usage

full(v)

Arguments

v lower-triangular column order distance matrix.

Details

Converts lower-triangular distance matrix as written by R/S-Plus functions into a symmetric matrix.

Value

a full symmetric matrix.

Author(s)

Sarah Goslee, Sarah.Goslee@ars.usda.gov

See Also

lower


[Package ecodist version 1.01 Index]