| ncol.colbycol {colbycol} | R Documentation |
This function extends the ncol function for regular data.frames.
## S3 method for class 'colbycol': ncol(x) ## S3 method for class 'colbycol': nrow(x)
x |
a colbycol object |
An integer.
Carlos J. Gil Bellosta
cbc.data <- cbc.read.table( system.file("data", "cbc.test.data.txt", package = "colbycol"), sep = "\t" )
nrow( cbc.data )
ncol( cbc.data )