cont_duplicate: continus duplicate change of text

Description Usage Arguments Value Examples

View source: R/continue duplicate number chang the text.R

Description

continus duplicate change of text

Usage

1
cont_duplicate(b, colnum, input, text, t = NULL, j = 0)

Arguments

b

is matrix form data.

input

is change text.

text

is select duplicate text

Value

overlab of plot

Examples

1
2
3
4
5
6
b<-NULL
for(i in 1:5){
  (a<-sample(c(0,100),10,replace=T))
    b<-rbind(b,a)}

        cont_duplicate(b,3,NA,text=0)

qkdrk777777/DUcj documentation built on May 16, 2019, 8:14 p.m.