Description Usage Arguments Details Value
Bootstrap Principal Curve Analysis
1 | princurve_bootstrap(input, df_start = 4, df_end = 10, plot = TRUE)
|
input |
numeric matrix; a matrix of points in arbitrary dimension, e.g. column for PC1/Tsne1 and column for PC2/Tsne2 |
df_start |
integer; degrees of freedom to start at |
df_end |
integer; degrees of freedom to finish at |
plot |
logical; if TRUE (default) curve is plotted at end of each df iteration |
A principal curve is fitted first with df = df_start, then again for df_start+1 iteratively until reaching df_end
list object containing results of each sucessive princurve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.