dists {mcgf}R Documentation

Generic function for calculating distance matrices

Description

Generic function for calculating distance matrices

Usage

dists(x, ...)

Arguments

x

An R object.

...

Additional parameters or attributes.

Value

A list of signed distance matrices: h (Euclidean), h1 (horizontal), and h2 (vertical) with the same dimensions.


[Package mcgf version 1.1.1 Index]