big_cl: Remove a random cell in the bisggest cluster.

Description Usage Arguments Value Examples

View source: R/big_cl.R

Description

Choose the biggest labeled cluster in a matrix and remove randomly one of its cells.

Usage

1

Arguments

matrix

a object of class matrix.

Value

Returns the input matrix object without one cell in the input matrix.

Examples

1
2
3
4
n<-10
p<-0.5
data<- clusters_matrix(n,p)
big_cl(data)

FrankBaut/RandomClustering documentation built on Feb. 19, 2020, 2:07 a.m.