Learn R Programming

codelink (version 1.40.2)

as.matrix.Codelink: Return a matrix of intensity values

Description

Takes a Codelink object and returns a matrix with the intensity values available.

Usage

"as.matrix"(x, ...)

Arguments

x
an object of class "Codelink".
...
additional arguments added to generic as.matrix since R-2.5.x

Value

See Also

as.matrix

Examples

Run this code
## Not run: 
# 	data(codelink.example)
# 	mat <- as.matrix(codelink.example)
# 	is(mat)
# ## End(Not run)

Run the code above in your browser using DataLab