I would like to divide two density distributions (or two histograms) in R. I would even take "subtract one from the other using an operator" -- but I don't see an obvious way to do it, other than sample and subtract/divide the long way.
Is there a function/R package that allows one to manipulate R densities without sampling?
I am a newbie to R, am a CERN root transplant, if that's relevant.