Description Usage Arguments Author(s)
Make plots based on results of IceT.
1 2 3 |
icet |
The list object returned from the icet function. |
pch |
A graphical parameter, specifying the characteristics of plotting points. |
reset |
A logical (default: FALSE), if TRUE, the user can set other parameters provided the recover.data is included. |
recover.data |
The recovered data generated by recover function; or imputated data. Used only when reset = TRUE. |
imputation |
A logical (default: FALSE) indicating whether the imputated data is used. Used only when reset = TRUE. |
max_iter |
integer; Number of iterations in Rtsne function (default: 1000). Can only be changed when reset = TRUE. |
eps |
Reachability distance in dbscan function (default: 2). Can only be changed when reset = TRUE. |
MinPts |
Reachability minimum no. of points in dbscan function (default: 5). Can only be changed when reset = TRUE. |
set.color |
Prescribe the colors for the data representations. Defaul as the colors by IceT. |
numeric; |
Perplexity parameter in Rtsne function (default: 50). Can only be changed when reset = TRUE. |
Rong Ma, University of Pennsylvania <rongm@mail.med.upenn.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.