ReadSummary: ReadSummary

Description Usage Arguments Value Author(s) Examples

View source: R/ReadSummary.R

Description

ReadSummary parses the output file of a simulation run using Conjunction software and converts it to a list of data.frame objects.

Usage

1
ReadSummary(nameIn)

Arguments

nameIn

A string of characters indicating the simulation output file to be parsed. The output file can be defined following instructions on: https://github.com/KamilSJaron/Conjunction/wiki#usage

Value

A list of data.frame objects, in which each list item, a data.frame, is a simulation run, and every row of the data.frame is a deme.

Author(s)

Kamil Jaron kamiljaron at gmail.com

Examples

1
2
3
{
   myReadSummary = ReadSummary(nameIn='./mySimulationOutput')
}

KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.