powered by
This function assigns the data to hexagons.
assign_data(nldr_obj, centroids_data)
A tibble contains embedding components (emb1, emb2) and corresponding hexagon ID (h).
emb1
emb2
h
A list of a tibble contains scaled first and second columns of NLDR data, and numeric vectors representing the limits of the original NLDR data.
The dataset with centroid coordinates.
all_centroids_df <- scurve_model_obj$hb_obj$centroids assign_data(nldr_obj = scurve_model_obj$nldr_obj, centroids_data = all_centroids_df)
Run the code above in your browser using DataLab