Skip to contents

The `mobius_clust_umap_param3` 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_param3)

Format

## `mobius_clust_umap_param3` 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_param3 dataset
data(mobius_clust_umap_param3)

# Display the first few rows of the dataset
head(mobius_clust_umap_param3)
#> # A tibble: 6 × 2
#>     emb1  emb2
#>    <dbl> <dbl>
#> 1  -3.39 -3.92
#> 2   1.04 -9.69
#> 3  -5.62 -2.07
#> 4   4.39  3.16
#> 5  -6.29 -8.10
#> 6 -10.9   7.20