View source: R/ggparallel_specific_utils.R
feature_vector_to_total_path_distance | R Documentation |
Given a sequence of axis names and a distance matrix, sums pairwise distances along the path.
feature_vector_to_total_path_distance(axis_names, mx)
axis_names |
A character vector indicating the axis order. |
mx |
A matrix of distances, with row and column names matching |
A numeric value representing the total distance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.