Replacement for stop function to be used in IQRtools

Replacement for stop function to be used in IQRtools

stopIQR(..., call. = FALSE, domain = NULL)

Arguments

...

zero or more objects which can be coerced to character (and which are pasted together with no separator) or a single condition object.

call.

logical, indicating if the call should become part of the error message.

domain

see documentation or same arument in stop() function