Description Usage Arguments Value Examples
Generates data of rotating normal (two-dimensional) distributions.
| 1 | getDataRotNorm2(angle, n.obs = 1, sd = sqrt(0.2), both = FALSE, time)
 | 
| angle | 
 | 
| n.obs | 
 | 
| sd | 
 | 
| both | 
 | 
| time | 
 | 
[list]
| 1 2 3 | set.seed(1909)
dat <- getDataRotNorm2(45, 100)
plot(dat$x, col = dat$class)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.