scurve_umap2 | R Documentation |
The 'scurve_umap2' 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(scurve_umap2)
## 'scurve_umap2' A data frame with 5000 rows and 3 columns:
Numeric, first UMAP 2-D embeddings.
Numeric, second UMAP 2-D embeddings.
Numeric, identifier for each data point.
This dataset is generated for illustrative purposes.
# Load the scurve_umap2 dataset
data(scurve_umap2)
# Display the first few rows of the dataset
head(scurve_umap2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.