Learn R Programming

quollr (version 0.3.7)

avg_highd_data: Create a tibble with averaged high-dimensional data

Description

This function calculates the average values of high-dimensional data within each hexagonal bin.

Usage

avg_highd_data(highd_data, scaled_nldr_hexid)

Value

A tibble with the average values of the high-dimensional data within each hexagonal bin.

Arguments

highd_data

A tibble that contains the high-dimensional data.

scaled_nldr_hexid

A tibble that contains the scaled embedding with hexagonal bin IDs.

Examples

Run this code
umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id
avg_highd_data(highd_data = scurve, scaled_nldr_hexid = umap_with_hb_id)

Run the code above in your browser using DataLab