Description Usage Arguments Value Examples
Simulate data from a Swiss Roll.
1 | SimSwissRoll(N, sigma, seed = NULL)
|
N |
number of data points to simulate. |
sigma |
noise level. |
seed |
seed for RNG (default = NULL). |
list(data = matrix(x,y,z), t = t)
1 2 3 | N = 100
noise = .1
SimSwissRoll(N, noise)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.