Description Usage Arguments Value Examples
Simulate from isometric Gaussian blobs.
1 |
N |
If an integer the number of data points per blob, if a vector the number of data points for each blob. |
nFeatures |
The number of features for each blob (default = 3). |
centers |
The centers of the blobs (default = NULL). |
centerBox |
The bounding box for centers when generated randomly (default = c(-10, 10)). |
seed |
seed for RNG (default = NULL). |
list(x = x, y = y, centers = centers)
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.