s_curve_noise_umap_scaled {quollr} | R Documentation |
Scaled UMAP embedding for S-curve dataset which with noise dimensions
Description
The 's_curve_noise_umap_scaled' dataset contains the scaled UMAP (Uniform Manifold Approximation and Projection) embeddings.
Usage
data(s_curve_noise_umap_scaled)
Format
## 's_curve_noise_umap_scaled' A data frame with 25 rows and 3 columns:
- UMAP1
Numeric, Scaled first UMAP 2D embeddings.
- UMAP2
Numeric, Scaled second UMAP 2D embedding.
- ID
Numeric, identifier for each data point.
Source
This dataset is generated for illustrative purposes.
Examples
# Load the s_curve_noise_umap_scaled dataset
data(s_curve_noise_umap_scaled)
# Display the first few rows of the dataset
head(s_curve_noise_umap_scaled)
[Package quollr version 0.1.1 Index]