dim-Fragility-method: Get the number of rows or columns of a Fragility object

nrow,Fragility-methodR Documentation

Get the number of rows or columns of a Fragility object

Description

Get the number of rows or columns of a Fragility object

Usage

## S4 method for signature 'Fragility'
nrow(x)

## S4 method for signature 'Fragility'
ncol(x)

Arguments

x

A Fragility object

Value

  • 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.


EZFragility documentation built on April 12, 2025, 1:22 a.m.