Where can I find the parameters for functions?

While using MetaboanalystR, I have been curious about some of the parameters the functions are using. For example, when replacing minimal values with the ReplaceMin() function, I want to know specifics for what this function is replacing ad what information this function is looking when replacing values. Is there a website (or something else) that discusses these parameters rather than using print((function)) in R for every function?