Learn R Programming

Cascade (version 1.8)

dim: Dimension of the data

Description

Dimension of the data

Arguments

Methods

signature(x = "micro_array")

Gives the dimension of the matrix of measurements.

Examples

Run this code
# NOT RUN {
  if(require(CascadeData)){
	data(micro_US)
	micro_US<-as.micro_array(micro_US,time=c(60,90,210,390),subject=6)
	dim(micro_US)
	}
# }

Run the code above in your browser using DataLab