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

A numeric vector (default: c(200, 100)) representing the sample sizes.

p

A numeric value (default: 4) representing the number of dimensions.

Value

A data containing the mobius cluster and Gaussian cluster.

Examples

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

cardinalR documentation built on Aug. 21, 2025, 5:27 p.m.