Dimension of the data
# S4 method for micro_array dim(x)
x | an object of class "micro-array |
---|
Gives the dimension of the matrix of measurements.
if(require(CascadeData)){ data(micro_US) micro_US<-as.micro_array(micro_US,time=c(60,90,210,390),subject=6) dim(micro_US) }#> [1] 54613 24