| 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 |
An integer vector (default: c(200, 100)) representing the sample sizes. |
p |
An integer value (default: 4) representing the number of dimensions. |
A tibble 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.