scurve_model_obj | R Documentation |
The 'scurve_model_obj' contains object of scaled umap embedding, x and y limits, range of y; object of hexagonal binning information, object of high-d model fitted to umap embedding for the training data, the triangular object representing the triangulated bin centroids, a tibble that contains the edge information, a tibble with edge distance information.
data(scurve_model_obj)
## 'scurve_model_obj' An object of five elements
A tibble contains scaled first and second columns of NLDR data, and numeric vectors representing the limits of the original NLDR data.
A object that contains hexagonal binning information.
A tibble with high-dimensional model.
A tibble containing hexagonal bin centroids in 2-D
A tibble that contains the edge information.
This object is generated for illustrative purposes.
# Load the scurve_model_obj
data(scurve_model_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.