Learn R Programming

quollr (version 0.3.7)

scurve_model_obj: Object for S-curve dataset

Description

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.

Usage

data(scurve_model_obj)

Arguments

Format

## `scurve_model_obj` An object of five elements

nldr_obj

A tibble contains scaled first and second columns of NLDR data, and numeric vectors representing the limits of the original NLDR data.

hb_obj

A object that contains hexagonal binning information.

model_highd

A tibble with high-dimensional model.

model_2d

A tibble containing hexagonal bin centroids in 2-D

trimesh_data

A tibble that contains the edge information.

Examples

Run this code
# Load the scurve_model_obj
data(scurve_model_obj)

Run the code above in your browser using DataLab