There are three calls to scan() in file acq-interactive-utils.R. If the values entered by the user cannot be decoded as numbers, an error condition is triggered and acq_irrad_interactive() stops. Currently the only bad input properly handles, is numeric(0) when user types white space or enter.
There are three calls to
scan()
in file acq-interactive-utils.R. If the values entered by the user cannot be decoded as numbers, an error condition is triggered andacq_irrad_interactive()
stops. Currently the only bad input properly handles, isnumeric(0)
when user types white space or enter.