SparseDistmat-generics: Generics for 'SparseDistmat'

SparseDistmat-genericsR Documentation

Generics for SparseDistmat

Description

Generics with methods for SparseDistmat.

Usage

## S4 method for signature 'SparseDistmat'
show(object)

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

Arguments

object

A SparseDistmat object.

x

A SparseDistmat 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.


asardaes/dtwclust documentation built on March 3, 2023, 5:32 a.m.