Description Usage Arguments Value Examples
These functions allow you to extract the dimensions of a tskrr object. These dimensions are essentially the dimensions of the label matrix y.
1 2 | ## S4 method for signature 'tskrr'
dim(x)
|
x |
a |
a vector with two values indicating the number of rows and the number of columns.
1 2 3 4 5 | data(drugtarget)
mod <- tskrr(drugTargetInteraction, targetSim, drugSim)
dim(mod)
nrow(mod)
ncol(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.