Skip to contents

The `mobius_clust_umap_param2` dataset contains the UMAP (Uniform Manifold Approximation and Projection) embeddings of a five-dimensional mobius_clust_data. Each data point is represented by two UMAP coordinates (emb1 and emb2).

Usage

data(mobius_clust_umap_param2)

Format

## `mobius_clust_umap_param2` A data frame with 500 rows and 2 columns:

emb1

Numeric, first UMAP 2D embeddings.

emb2

Numeric, second UMAP 2D embeddings.

Source

This dataset is generated for illustrative purposes.

Examples

# Load the mobius_clust_umap_param2 dataset
data(mobius_clust_umap_param2)

# Display the first few rows of the dataset
head(mobius_clust_umap_param2)
#> # A tibble: 6 × 2
#>    emb1   emb2
#>   <dbl>  <dbl>
#> 1 -6.98  1.58 
#> 2 -4.00  3.66 
#> 3 -7.79  0.594
#> 4 -1.11  0.291
#> 5 -6.67  2.41 
#> 6 -6.99 -3.63