Description Usage Arguments Value Author(s) See Also Examples
View source: R/Codelink-class.R
Takes a Codelink object and returns a matrix with the intensity values available.
1 2 |
x |
an object of class "Codelink". |
... |
additional arguments added to generic as.matrix since R-2.5.x |
A matrix with the intensity values.
Diego Diez
1 2 3 4 5 6 | ## Not run:
data(codelink.example)
mat <- as.matrix(codelink.example)
is(mat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.