`QuickRogue()` is spending half its time in `rowMedians()`. Is this justified by performance, or could we just as well use `rowMeans()`?
QuickRogue()is spending half its time inrowMedians(). Is this justified by performance, or could we just as well userowMeans()?