avg_highd_data | R Documentation |
This function calculates the average values of high-dimensional data within each hexagonal bin.
avg_highd_data(highd_data, scaled_nldr_hexid)
highd_data |
A tibble that contains the high-dimensional data. |
scaled_nldr_hexid |
A tibble that contains the scaled embedding with hexagonal bin IDs. |
A tibble with the average values of the high-dimensional data within each hexagonal bin.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.