comb_data_model: Create a tibble with averaged high-dimensional data and...

View source: R/highd.R

comb_data_modelR Documentation

Create a tibble with averaged high-dimensional data and high-dimensional data

Description

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

Usage

comb_data_model(highd_data, model_highd, model_2d)

Arguments

highd_data

A tibble that contains the high-dimensional data.

model_highd

A tibble that contains the high-dimensional coordinates of bin centroids.

model_2d

A tibble that contains hexagonal bin centroids in 2-D.

Value

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

Examples

comb_data_model(highd_data = scurve,
model_highd = scurve_model_obj$model_highd,
model_2d = scurve_model_obj$model_2d)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.