Distmat-generics: Generics for Distmat
Description
Generics with methods for Distmat.
Usage
# S4 method for 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.