get_count_table: Get Count Table

View source: R/distance_object-getters.R

get_count_tableR Documentation

Get Count Table

Description

This function returns the count table that was used to generate the distance object.

Usage

get_count_table(distance_object)

Arguments

distance_object

The output from the 'read.dist()' function.

Value

a count_table 'data.frame'.

Examples

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)


clustur documentation built on April 15, 2025, 1:33 a.m.