setTicks.ProgressBar
From R.utils v1.6.2
by Henrik Bengtsson
Sets values for which ticks should be visible
Sets values for which ticks should be visible.
Usage
## S3 method for class 'ProgressBar':
setTicks(this, ticks=10, ...)
Arguments
- ticks
- Tick positions (values).
- ...
- Not used.
Value
- Returns old tick positions.
See Also
For more information see ProgressBar
.
Community examples
Looks like there are no examples yet.