Description Usage Arguments Value Examples
Export the data matrix from a proFIAset
object, to
be used for statistical analysis.
1 2 | ## S4 method for signature 'proFIAset'
exportDataMatrix(object, filename = NULL)
|
object |
A proFIAset object. |
filename |
If not NULL the result will be written in filename as a tabular separated values file. |
A matrix with dimension samples x variables.
1 2 3 4 5 | if(require(plasFIA)){
data(plasSet)
dm<-exportDataMatrix(plasSet)
head(dm)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.