make_mobiusgau: Generate Gaussian cluster with the Mobius Cluster

View source: R/odd_shapes.R

make_mobiusgauR Documentation

Generate Gaussian cluster with the Mobius Cluster

Description

This function generates a dataset consisting of a mobius cluster and Gaussian cluster.

Usage

make_mobiusgau(n = c(200, 100), p = 4)

Arguments

n

An integer vector (default: c(200, 100)) representing the sample sizes.

p

An integer value (default: 4) representing the number of dimensions.

Value

A tibble containing the mobius cluster and Gaussian cluster.

Examples

mobgau <- make_mobiusgau(n = c(200, 100), p = 4)

cardinalR documentation built on Dec. 18, 2025, 9:08 a.m.