Description Usage Arguments Value Examples
Iterative function to cluster angular data about an unspecified number of modes.
| 1 | MSclust.NB(data, p, conv.lim = 1e-05, max.runs = 20)
 | 
| data | Set of angular data to be clustered. | 
| p | Stabilising parameter p, estimated using  | 
| conv.lim | Required degree of convergence: when the degree of correlation between successive iterations is closer to 1 than this, the data is deemed to have converged. Default is 0.00001. | 
Matrix containing all iterations of the data set.
| 1 2 3 4 | ex1 <- c(rvonmises(120 * 0.3, mu = circular(pi/2), kappa = 10),
         rvonmises(120 * 0.7, mu = circular(pi), kappa = 3))
p <- MSclust.p.est(ex1, dp = 4)
nb <- MSclust.NB(ex1, p = 7, conv.lim = 0.000001)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.