dim.Codelink {codelink} | R Documentation |
Takes a Codelink object and returns the dimension (genes x samples).
## S3 method for class 'Codelink': dim(x)
x |
an object of class "Codelink". |
A numeric vector with the dimensions.
Diego Diez
## Not run: data(codelink.example) dim(codelink.example) ## End(Not run)