gen_clustloc | R Documentation |
This function generate locations for any number of clusters in any dimensions.
gen_clustloc(p = 4, k = 3)
p |
A numeric value (default: 4) representing the number of dimensions. |
k |
A numeric value (default: 3) representing the number of clusters. |
A matrix of the locations.
set.seed(20240412)
gen_clustloc(p = 4, k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.