Lukas PM Kremer

Results 10 comments of Lukas PM Kremer

Haven't tried this exact package yet, but I tried dbscan::pointdensity which also uses the same C++ library (ANN). It's roughly twice as fast when plotting ~100k points. I'm currently testing...

I added `method="kde2d"`to the geom and stat. It is indeed faster for many points (~ >20k) but slower for few points.

Hi @olechnwin, you just use `geom_pointdensity(method ="kde2d")` and it should work. Maybe you still have an old version of the package loaded, or the old version is somehow still installed...

Hi @bjreisman, I agree that this would be a very useful feature. I tried this with a similar raster package (`scattermore`) but it didn't quite work with the color gradient....

That's definitely a bug but I'm not sure where it originates. Once I find the time, I will try to hunt this down. For now I can offer this workaround:...

Hi @qimiaonnegliguo, I guess you installed the package from CRAN, which doesn't have the latest version yet. Could you try re-installing the package from GitHub like so? `remove.packages("ggpointdensity") ` and...

Hi @jan-glx , thanks a lot for this massive PR! I finally found some time to prepare the release of a new CRAN version of this package, and now I'm...

Hi @liufeibio , I added a quick fix to the issue, please let me know if it works for you. Best, Lukas

Hi @liufeibio and @Hua-CM, sorry for the late reply. I have two questions in order to narrow down the possible causes of the error. 1) Can you reproduce the example...

Hi everyone, I'm not working in the field of evolutionary biology anymore, so I haven't used CAFE in a few years. If anyone wants to adopt this project and make...