Q. In R, how is the minimum value of a numeric vector calculated using the min() function?
β
Correct Answer: (A)
min(vector)
You must be Logged in to update hint/solution