| getTheData | R Documentation |
Transform the data matrix into the specific format for analysis.
getTheData(theTempData, ifInf = "edge", ifNA = "central", k = 10)
theTempData |
The data matrix to analysis. |
ifInf |
= 'NA' 'edge' |
ifNA |
= 'omit' 'knn' 'central' |
k |
= 10 |
The function returns an array.
## Not run:
theData <- getTheData(theTempData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.