How can I represent the boxplot so that it does not show the outliners separately as points, but treats them as non-outlier data? I don't mean outline=FALSE, because then I can only see outliner data not considered as outliers.

I would like to ask for help in getting the boxplots so that R does not assume in advance how to willy-nilly calculate them, but so that I can do it afterwards.
Set argument
rangeto zero to extend the whiskers to the data extremes. Fromhelp("boxplot"), my emphasis:Created on 2024-03-17 with reprex v2.1.0