Displaying 1 result from an estimated 1 matches for "drisso".
Did you mean:
disso
2015 Feb 18
0
smoothScatter() and the KernSmooth package
...ked at the code in smoothScatter and there is a call to
grDevices:::.smoothScatterCalcDensity(), which in turn calls
KernSmooth::bkde2D().
This gets fixed by adding KernSmooth as suggested package in EDASeq.
I was able to reproduce this issue (and the fix) in a small R package:
https://github.com/drisso/rmini/tree/smooth
I have a few questions: isn't it unusual the way smoothScatter calls
grDevices:::.smoothScatterCalcDensity() and KernSmooth::bkde2D(),
i.e., without requiring the packages?
Shouldn't "graphics" suggest "KernSmooth"?
Best regards,
Davide
--
Davide...