I have a dataset with columns and rows and in that dataset I want to extract the minimum water potential value which i did by using the which.min() function which gave me the position of the element present in the data frame but other than that I want the species and the day for that value recorded which codes to use? I use something like this
f[which.min(f$water_potential),]