extractMatrix.ParameterCelSet | R Documentation |
Extract data as a matrix for a set of arrays.
## S3 method for class 'ParameterCelSet'
extractMatrix(this, units=NULL, ..., field=c("intensities", "stdvs", "pixels"),
returnUgcMap=FALSE, drop=FALSE, verbose=FALSE)
units |
(The subset of units to be matched.
If |
... |
Passed to |
field |
The field to be extracted. |
returnUgcMap |
If |
drop |
If |
verbose |
See |
Returns an JxK double
matrix
where J is the number of units,
and K is the number of arrays.
The names of the columns are the names of the arrays.
No names are set for the rows.
The rows are ordered according to units
arguments.
Henrik Bengtsson
*extractDataFrame()
.
For more information see ParameterCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.