Description Usage Arguments Value Author(s)
This function takes a sits tibble and returns a matrix representation of a similarity graph where only the most similar samples are connected.
1 | .al_s2_bild_closest_vertex_graph(samples_tb, sim_method, closest_n)
|
samples_tb |
A sits tibble with both labelled and unlabelled samples (i.e. NA). |
sim_method |
A character. A method for computing the similarity among samples. See proxy::simil for details. |
closest_n |
An integer. The number of most similar samples to link in the graph. |
1 2 3 4 |
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.