Learn R Programming

cardinalR (version 1.0.6)

make_mobiusgau: 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)

Value

A tibble containing the mobius cluster and Gaussian cluster.

Arguments

n

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

p

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

Examples

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

Run the code above in your browser using DataLab