runifsphere {MNM} | R Documentation |
Random Samples From the Unit Sphere
Description
Function to sample uniformly distributed observations on the unit sphere.
Usage
runifsphere(n, p)
Arguments
n |
number of random samples. |
p |
dimension of the unit sphere. |
Value
a matrix.
Author(s)
Klaus Nordhausen
References
Oja, H. (2010), Multivariate Nonparametric Methods with R, Springer.
Examples
X <- runifsphere(100,2)
plot(X, pty = "s")
[Package MNM version 1.0-4 Index]