as.matrix.Codelink {codelink} | R Documentation |
Takes a Codelink object and returns a matrix with the intensity values available.
## S3 method for class 'Codelink': as.matrix(x, ...)
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
## Not run: data(codelink.example) mat <- as.matrix(codelink.example) is(mat) ## End(Not run)