mgc.sims.2sphere | R Documentation |
Sample from the 2-sphere in d-dimensions.
mgc.sims.2sphere(n, d, r, cov.scale = 0)
n |
the number of samples. |
d |
the number of dimensions. |
r |
the radius of the 2-ball. Defaults to |
cov.scale |
if desired, sample from 2-ball with error sigma. Defaults to |
the points sampled from the sphere, as a [n, d]
array.
Eric Bridgeford
library(mgc) # sample 100 points from 3-d 2-sphere with radius 2 X <- mgc.sims.2sphere(100, 3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.