Description Usage Arguments Value See Also Examples
Construct the data matrix of a proFIA set object, using the selected measure for the intensity, area or maximum intensity. The choice of area or maximum intensity depends of your acquisition, and your preferences.
1 2 | ## S4 method for signature 'proFIAset'
makeDataMatrix(object, maxo = FALSE)
|
object |
A |
maxo |
Shall the intensity used to the area or the maximum intensity |
A proFIAset object with the dataMatrix
slot filled.
To obtain this data matrix see proFIAset
.
1 2 3 4 5 6 7 | if(require("plasFIA")){
#proFIAset object is loaded
data(plasSet)
plasSet<-makeDataMatrix(plasSet)
plasSet
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.