Description Usage Arguments Examples
Compute persistent diagram from distance.
1 | compute_dist_pd(X, maxdimension, maxscale)
|
X |
dist object or distance matrix. |
maxdimension |
max dimension to compute. Lower value makes computatin time to short. In case of computing on the general computer, 'maxdimension = 1“ is recomended firstly to avoid freeze your computer. |
maxscale |
max scale to compute. |
1 2 3 4 5 | anulus <- anulusUnif(200)
anulus.dist <- dist(anulus)
anulus.pd <- compute_pd(anulus.dist, maxdimension = 1, maxscale = 1)
autoplot(anulus.pd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.