python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Creating maps with pie charts from genetic data
I am doing a population genetics study and working with chloroplast data from an oak species. I have performed a DAPC and found that there are 5 clusters of chloroplast genotypes. I want to make a map...
Christopher McCarron
Votes: 0
Answers: 0
Scatterpie pie colour changes according to value
I'm using the scatterpie package to produce piecharts on a map. However, the 3 pie segments E, S, AC will have different colours depending on their values at each location. I'm not familiar with scatt...
Francesca Barazzetta
Votes: 0
Answers: 0
Adding a plot legend with geom_scatterpie_legend in R
I have prepared sample data. I am trying to add a legend on the scatterpie plot in R. My data looks something like this
> dat
Y X A B C Total
1 100 10 11 49 3 63
2 80 10 2 28 26 ...
pok
Votes: 0
Answers: 1
Why pies are flat in geom_scatterpie in R?
Why are the pies flat?
df<- data.frame(
Day=(1:6),
Var1=c(172,186,191,201,205,208),
Var2= c(109,483,64010,161992,801775,2505264), A=c(10,2,3,4.5,16.5,39.6), B=c(10,3,0,1.4,4.8...
Ecg
Votes: 0
Answers: 2