Learn R Programming

mutoss (version 0.1-3)

gatherParameters: Extracts the parameters from the MutossSim objects in listOfObjects and...

Description

Extracts the parameters from the MutossSim objects in listOfObjects and creates a data.frame from this. Every used parameter gets its own column. Every row corresponds to one MutossSim object. If a MutossSim object A does not contain a parameter P that another object B does then the row for object A will have "" in the column for the parameter P.

Usage

gatherParameters(listOfObjects)

Arguments

listOfObjects
A list with MutossSim objects

Value

  • A data.frame with rows for every MutossSim object and columns for the used parameter.