Skip to contents

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)
#> # A tibble: 6 × 3
#>    UMAP1  UMAP2    ID
#>    <dbl>  <dbl> <int>
#> 1 0.276  0.915      1
#> 2 0.927  0.347      2
#> 3 0.810  0.242      3
#> 4 0.137  0.657      5
#> 5 0.476  0.799      6
#> 6 0.0485 0.0657     7