dimensions.RdGet number of samples, features, or both dimensions of an HTSet object
# S4 method for HTSet dim(x) # S4 method for HTSet nsamples(x) # S4 method for HTSet nfeatures(x)
| x |
|
|---|
A integer vector with length of 2. The first is the number of features, and the second is number of samples.
integer, number of samples
integer, number of features
HTSet-class