s_curve_noise_umap {quollr} | R Documentation |
The 's_curve_noise_umap' 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.
data(s_curve_noise_umap)
## 's_curve_noise_umap' A data frame with 75 rows and 3 columns:
Numeric, first UMAP 2D embeddings.
Numeric, second UMAP 2D embeddings.
Numeric, identifier for each data point.
This dataset is generated for illustrative purposes.
# Load the s_curve_noise_umap dataset
data(s_curve_noise_umap)
# Display the first few rows of the dataset
head(s_curve_noise_umap)