Benjamin Peter
Benjamin Peter
When using the `es` flag to split a population, the allele frequencies of the trajectories are not averaged as I would expect. I.e for the command at the end, `A`...
See example below for bug: both plots are displayed, but click events are only registered in the first plot. ```r library(shiny) library(ggvis) m % ggvis(~mpg, ~disp) %>% layer_points() %>% handle_click(function(location,...){print(location)})...
I wrote a function addressing Issue #9 for my own purposes, hopefully it is useful for others.
The implementation of the $f_2$-statistic for data with multiallelic sites is not symmetric (as would be expected from the definition of the statistic), I narrowed it down to the following...