nrow,Fragility-method | R Documentation |
Get the number of rows or columns of a Fragility object
## S4 method for signature 'Fragility'
nrow(x)
## S4 method for signature 'Fragility'
ncol(x)
x |
A Fragility object |
nrow(x)
: The number of rows (electrodes) in the fragility matrix.
ncol(x)
: The number of columns (time points) in the fragility matrix.
dim(x)
: A vector of length 2 containing the number of rows and columns in the fragility matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.