MS_getStats: Get the simulated MS/MSMS statistics

Description Usage Arguments Value Examples

View source: R/MS_getStats.R

Description

This function extracts the simulated values from the class cs.stats

Usage

1
MS_getStats(object,locus=1,population=1)

Arguments

object

object of class "cs.stats"

locus

the locus ID

population

the population ID

Value

The return value is a matrix containing the simulation results of different statistical tests.
(see MS())

Examples

1
2
3
4
# GENOME.class <- readData("...\Alignments")
# GENOME.class <- neutrality.stats(GENOME.class)
# ms <- MS(GENOME.class,thetaID="Tajima",neutrality=TRUE)
# MS_getStats(ms)

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.