increase.ProgressBar {R.utils}R Documentation

Increases (steps) progress bar

Description

Increases (steps) progress bar.

Usage

## S3 method for class 'ProgressBar':
increase(this, stepLength=this$stepLength, visual=TRUE, ...)

Arguments

stepLength Positive or negative step length.
... Not used.

Value

Returns new value.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*setValue(). For more information see ProgressBar.


[Package R.utils version 1.1.1 Index]