txtProgressBar2 {spatsurv} | R Documentation |
A text progress bar with label
Description
This is the base txtProgressBar but with a little modification to implement the label parameter for style=3. For full info see txtProgressBar
Usage
txtProgressBar2(
min = 0,
max = 1,
initial = 0,
char = "=",
width = NA,
title = "",
label = "",
style = 1
)
Arguments
min |
min value for bar |
max |
max value for bar |
initial |
initial value for bar |
char |
the character (or character string) to form the progress bar. |
width |
progress bar width |
title |
ignored |
label |
text to put at the end of the bar |
style |
bar style |
[Package spatsurv version 2.0-1 Index]