View source: R/distance_object-getters.R
get_distance_df | R Documentation |
This function will generate a 'data.frame' that contains the distances of all the indexes.
get_distance_df(distance_object)
distance_object |
The output from the 'read.dist()' function. |
a distance 'data.frame'.
cutoff <- 0.2
count_table <- read_count(example_path("amazon.full.count_table"))
distance_data <- read_dist(example_path("amazon_column.dist"),
count_table, cutoff, FALSE)
count_table <- get_count_table(distance_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.