View source: R/Similarity_Functions.R
mount_matrix | R Documentation |
Mounts distance matrix from partially computed distances.
mount_matrix(dir_files, structures_ini, tail_to_remove = ".Rda")
dir_files |
directory where the output intermediate files from compute_sim_one_dir_bar or compute_sim_two_dir_bar are placed |
structures_ini |
original list of barcodes to compute used to compute similarities. |
tail_to_remove |
character string to remove from the tail of the barcode file paths. |
## Not run: mount_matrix(dir_files,structures_ini,tail_to_remove) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.