Learn R Programming

MNM (version 0.95-2)

runifsphere: 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.

References

Oja, H. (2010), Multivariate Nonparametric Methods with R, Springer.

Examples

Run this code
X <- runifsphere(100,2)
plot(X, pty = "s")

Run the code above in your browser using DataLab