\name{arrowProgress} \alias{arrowProgress} \title{Progress bar with an arrow} \description{ \code{progress} displays a simple progress bar with an arrow. } \usage{ arrowProgress(percent,steps=20,label=TRUE) } \arguments{ \item{percent}{The progress of an action in percent.} \item{steps}{The number of steps of the progress bar. Setting the steps to 20 means that each 5 percent to progress bar increases.} \item{label}{if the actual percentage should be written as a number too.} } \details{ This function can be used to display the progress of functions that may take long time. } \author{Johannes Rainer} \seealso{ \code{\link{progress}} } \examples{ arrowProgress(percent=70,steps=40) } \keyword{data}