This function is for the numeric vectors. It prints a boxplot in a single line
on the console. It automatically adjusts for the width of the console.
The input vector must have a length of three, otherwise the function
will throw a warning and not print any plot.
In case of any potential outliers (based on 1.5*IQR criteria), this wil
give a warning.
This function is used in the explainer
.