proceso: Process followed to remove and paste random cells on a...

Description Usage Arguments Value Examples

View source: R/proceso.R

Description

Iterate remove an paste random cells

Usage

1

Arguments

matrix

a matrix object of class matrix.

Value

Returns the input matrix object with a cell replaced randomly.

Examples

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

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