Distmat-generics | R Documentation |
Distmat
Generics with methods for Distmat.
## S4 method for signature 'Distmat,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
x |
A Distmat object. |
i |
Row indices. |
j |
Column indices. |
... |
Ignored. |
drop |
Logical to drop dimensions after subsetting. |
Accessing matrix elements with []
first calculates the values if necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.