Distmat-generics: Generics for 'Distmat'

Distmat-genericsR Documentation

Generics for Distmat

Description

Generics with methods for Distmat.

Usage

## S4 method for signature 'Distmat,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]

Arguments

x

A Distmat object.

i

Row indices.

j

Column indices.

...

Ignored.

drop

Logical to drop dimensions after subsetting.

Details

Accessing matrix elements with [] first calculates the values if necessary.


dtwclust documentation built on March 7, 2023, 7:49 p.m.