Description Usage Arguments See Also Examples
Treat DPT object as a matrix of cell-by-cell DPT distances.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'DPT,index,index,logicalOrMissing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'DPT,index,missing,logicalOrMissing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'DPT,missing,index,logicalOrMissing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'DPT,missing,missing,logicalOrMissing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'DPT,index,index'
x[[i, j, ...]]
## S4 method for signature 'DPT'
nrow(x)
## S4 method for signature 'DPT'
ncol(x)
## S4 method for signature 'DPT'
dim(x)
|
x |
|
i, j |
Numeric or logical index. |
... |
ignored |
drop |
If |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.