Distmat-generics function

Generics for Distmat

Generics for Distmat

Generics with methods for Distmat .

## 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.

  • Maintainer: Alexis Sarda
  • License: GPL-3
  • Last published: 2024-07-23