Displaying 2 results from an estimated 2 matches for "rmini".
Did you mean:
mini
2015 Feb 18
0
smoothScatter() and the KernSmooth package
...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 Risso...
2013 Feb 06
5
First R Package --- Advice?
Dear R experts---
after many years, I am planning to give in and write my first R
package. I want to combine my collection of collected useful utility
routines.
as my guide, I am planning to use Friedrich Leisch's "Creating R
Packages: A Tutorial" from Sep 2009. Is there a newer or better
tutorial? this one is 4 years old.
I also plan on one change---given that the