gregleleu
gregleleu
I believe `geom_mosaic_label`does that. Quick hack if you want to display the count of cases: ``` ggplot(data = titanic) + ggmosaic::geom_mosaic(aes(x = ggmosaic::product(Class), fill = Survived)) + ggmosaic::geom_mosaic_label(aes(x = ggmosaic::product(Class),...
I have switched to {maptiles} to get the basemaps and {tidyterra} to plot them, it is a bit slower but integrates better with the {sf} and tidyverse ways of working....
Here's an example. I added the coord_sf to show the raster follows the CRS if you change it. "maxcell" is the max number of pixels for the raster; if the...
Hi @dkahle, would you have time to take a look at this PR? happy to make any required changes. Thanks!
Hi @scottmmjackson Thanks for taking a look. Happy to have a go at the changes, but just to be sure: `get_carto` currently mimics all other `get_*` functions (google, stamen etc.)....
The license and the pricing model attached are good points indeed. I actually only need version 1.12 for the methods I'm adding...
* Downgraded back to last 1.x.x. (before license and billing changes) (see discussion on v2) * Added a method to set feature states
Added more stuff: * input${map_id}_loaded variable to know if map was loaded: any update can be conditioned to thank being true * fixed an issue with properties with multiple "_"...
Hi @walkerke I started looking at this after your comment on my PR. I think your implementation of the switch makes sense. Two things: * We could change the dependencies...
It's a helper in the sedona tests, you can just grab the file here: https://github.com/apache/sedona/tree/master/core/src/test/resources