I have a data(x) as below where I would like to find the Min of all columns while preserving my row names(10,15 and 20). I tried "apply(x,2,min, na.rm=TRUE)" which