Size, subsetting and display for PhysioCohort
Source:R/PhysioCohort-class.R
PhysioCohort-methods.RdSize, subsetting and display for PhysioCohort
Usage
# S4 method for class 'PhysioCohort'
length(x)
# S4 method for class 'PhysioCohort,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]
# S4 method for class 'PhysioCohort'
show(object)Value
length() the number of subjects; [ a subset
PhysioCohort; show() is called for its side effect.