scurve_umap3: UMAP embedding for 'scurve' with n_neighbors = 62 and...

scurve_umap3R Documentation

UMAP embedding for 'scurve' with n_neighbors = 62 and min_dist = 0.1

Description

The 'scurve_umap3' dataset contains the UMAP (Uniform Manifold Approximation and Projection) embeddings of a three-dimensional S-curve with added noise. Each data point is represented by two UMAP coordinates (UMAP1 and UMAP2) and an ID.

Usage

data(scurve_umap3)

Format

## 'scurve_umap3' A data frame with 5000 rows and 3 columns:

UMAP1

Numeric, first UMAP 2-D embeddings.

UMAP2

Numeric, second UMAP 2-D embeddings.

ID

Numeric, identifier for each data point.

Source

This dataset is generated for illustrative purposes.

Examples

# Load the scurve_umap3 dataset
data(scurve_umap3)

# Display the first few rows of the dataset
head(scurve_umap3)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.