scatterpie
scatterpie copied to clipboard
:art: scatter pie plot
Hi, Thanks for your providing useful package. That makes life easier once again. But I have some questions to ask you: (1) Could We set the different colors of parts...
Hi, Firstly, thanks for this great package -- finding it really useful for visualizing complex data. The 'sorted_by_radius' option when set to TRUE does not seem to be working (at...
Hello, I am trying to use scatterpie with categorical `x` and `y` variables but I get the following error when I try: ``` Error in r[i1] - r[-length(r):-(length(r) - lag...
Hi, I have been using the scatterpie package with ggmap package, aiming to show the genetic admixture on the map, here is my code: library(tidyverse) library(ggplot2) library(ggmap) library(scatterpie) register_google(key =...
Scatterpie is reordering my data that includes 10,000 and 100,000 so that 100,000 comes before 20,000. How can I enforce the order of my columns? I tried using factor but...
The maps package leaves a lot to be desired since it only displays the lower 48 in the continental USA. It will show hawaii but it will be zoomed out...
Very cool to find this package as I'm trying to make some maps with proportional pie charts. Is it possible to get this to use data that has a categorical...
Hi, I'm trying to plot a phylogenetic tree (in the form of a `dendextend::ggdend` object) along with `scatterpie` representing ancestral states in the internal nodes of the tree. I'm running...
I had a Github version of "rlang" installed on my computer, and it really messed up "scatterpie". I'd run the example in the vignette and get: ``` Warning message: Computation...
Hi, first and foremost many thanks for your very useful package which I'm using to map the horizontal distribution of categories of archaeological finds on a sites we excavated using...