Description Usage Arguments Value Author(s) Examples
View source: R/Codelink-class.R
Takes a Codelink object and returns the dimension (genes x samples).
1 2 | ## S3 method for class 'Codelink'
dim(x)
|
x |
an object of class "Codelink". |
A numeric vector with the dimensions.
Diego Diez
1 2 3 4 5 | ## Not run:
data(codelink.example)
dim(codelink.example)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.