make_mobiusgau | R Documentation |
This function generates a dataset consisting of a mobius cluster and Gaussian cluster.
make_mobiusgau(n = c(200, 100), p = 4)
n |
A numeric vector (default: c(200, 100)) representing the sample sizes. |
p |
A numeric value (default: 4) representing the number of dimensions. |
A data containing the mobius cluster and Gaussian cluster.
mobgau <- make_mobiusgau(n = c(200, 100), p = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.