tests/loci.over.time.R

library(nicholsonppp)
sim <- sim.drift.selection(s=0.5,generations=100)
df <- sim2df(sim)
df.i <- interesting.loci(df)
stopifnot(nrow(df.i)/nrow(df)*sim$p$n.locus==6)
loci.over.time(df.i)

Try the nicholsonppp package in your browser

Any scripts or data that you put into this service are public.

nicholsonppp documentation built on May 2, 2019, 5:55 p.m.