Description Usage Arguments Value Examples
Choose the biggest labeled cluster in a matrix and remove randomly one of its cells.
1 |
matrix |
a object of class |
Returns the input matrix
object without one cell in the input matrix
.
1 2 3 4 | n<-10
p<-0.5
data<- clusters_matrix(n,p)
big_cl(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.