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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Codelink-class.R

Description

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

Usage

1
2
  ## S3 method for class 'Codelink'
as.matrix(x, ...)

Arguments

x

an object of class "Codelink".

...

additional arguments added to generic as.matrix since R-2.5.x

Value

A matrix with the intensity values.

Author(s)

Diego Diez

See Also

as.matrix

Examples

1
2
3
4
5
6
## Not run: 
	data(codelink.example)
	mat <- as.matrix(codelink.example)
	is(mat)

## End(Not run)

codelink documentation built on Nov. 8, 2020, 8:19 p.m.