I have a data frame with two columns. One named "Volume" and the other "Area". I would like to generate one column "volume per Area." How do I do this simply? without using any packages etc. I'm guessing the cut function but not sure where to go from there.