continueResampling: A stopping mechanism if resampling will take too long.
Description
This function asks the user if they want to continue with resampling if the total time for resampling takes more than 1 minute. It also provides an estimate of how long resampling takes. This function is required for InPosition
and TInPosition
and we do not recommend others use it.
Usage
continueResampling(cycle.time)
Arguments
- cycle.time
Is the subtraction of two calls to proc.time
.