inst/doc/coala-install.R

## ----size="small"-------------------------------------------------------------
library(coala)
list_simulators()

## -----------------------------------------------------------------------------
model <- coal_model(10, 1) +
  feat_mutation(5, model = "IFS") +
  sumstat_nucleotide_div()
check_model(model)
model

## ----eval=FALSE---------------------------------------------------------------
#  activate_ms(priority = 500)

Try the coala package in your browser

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

coala documentation built on May 29, 2024, 11:14 a.m.