Learn R Programming

coala (version 0.2.0)

sumstat_dna: Returns the Segregation Sites Statistics from simulations

Description

Returns the Segregation Sites Statistics from simulations

Usage

sumstat_dna(name = "dna", transformation = identity)

Arguments

name
The name of the summary statistic. When simulating a model, the value of the statistics are written to an entry of the returned list with this name. Summary statistic names must be unique in a model.
transformation
An optional function for transforming the results of the statistic. If specified, the results of the transformation are returned instead of the original values.