Description Usage Arguments Value See Also Examples
Calculate diffusion map in FSPY
1 2 3 4 5 6 7 8 9 |
object |
an FSPY object |
sigma.use |
numeric. Diffusion scale parameter of the Gaussian kernel. One of ' |
distance |
Distance measurement method applied to data or a distance matrix/dist.
For the allowed values, see |
k |
numeric. By default is 30. |
density.norm |
logical. If TRUE, use density normalisation. See |
verbose |
logical. Whether to print calculation progress. |
... |
options to pass on to the |
An FSPY object
1 2 3 | if (FALSE) {
fspy <- runDiffusionMap(fspy, verbose = TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.