Learn R Programming

quollr (version 0.3.7)

compute_std_counts: Compute standardise counts in hexagons

Description

This function computes the standardize number of points within each hexagon.

Usage

compute_std_counts(scaled_nldr_hexid)

Value

A tibble that contains hexagon IDs (h), bin counts (n_h), and standardize counts (w_h).

Arguments

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
compute_std_counts(scaled_nldr_hexid = umap_with_hb_id)

Run the code above in your browser using DataLab