powered by
SparseDistmat
Generics with methods for SparseDistmat.
# S4 method for SparseDistmat show(object)# S4 method for SparseDistmat,ANY,ANY,ANY [(x, i, j, ..., drop = TRUE)
# S4 method for SparseDistmat,ANY,ANY,ANY [(x, i, j, ..., drop = TRUE)
A SparseDistmat object.
Row indices.
Column indices.
Ignored.
Logical to drop dimensions after subsetting.
Accessing matrix elements with [] first calculates the values if necessary.
[]