Dan Warren
Dan Warren
Thank you for this!
It seems fairly do-able, but it would take a bit of work. Worth looking into at the very least.
Now implemented on branch blob-test, needs to be pulled into develop.
We've also got something sort of like it in the clamp.plot part of predict objects.
I think doing something ExDet-ish would be fairly easy, and would likely be quite widely used. Given that it's just based on mahalanobis distance, we could likely do it fairly...
We can make them faster by moving to bin2d plots instead of points. Not as pretty but much faster draw time. On Fri, Dec 6, 2019 at 7:34 AM roblanf...
My impression from screwing around with it the other day is that it’s draw time. Those xy point plots get slow as hell past a certain number of points. It’s...
Oh! I thought you meant the multi chain comparison plots. Sorry.
I really don't like base plots since they're hard to store in objects and modify after the fact. There may be something faster to do with ggplot, but @rdinnager was...
Am I correct in thinking that the vross.enm objects in your code should be replaced with x?