disProBar: Display Process in for loop

Description Usage Arguments Value Examples

View source: R/disProBar.R

Description

Display running process in for loop.

Usage

1
disProBar(k, NN)

Arguments

k

a positive integer, current value of loop index.

NN

a positive integer, total times of repetition.

Value

No velue returned.

Examples

1
2
3
4
  for(i in 1:1000){
  i <- i+1
  disProBar(i, 1000)
  }

feiyoung/simutool documentation built on Sept. 15, 2021, 10:14 p.m.