R/make.multi.phy.time.series.R

make.multi.phy.time.series <-
  function (sim.result, time.steps = 100) 
{
  all.ts <- make.phy.time.series(sim.result)
  wt.ts <- make.phy.time.series(sim.result, all.phy=FALSE, phylo.vector=1)
  res <- cbind(all.ts, wt.ts[,-1])
  colnames(res) <- c("t", "all.inf", "wt.inf")
  res
}

Try the epineticseq package in your browser

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

epineticseq documentation built on May 2, 2019, 4:56 p.m.