Learn R Programming

memoria (version 1.1.0)

experimentToTable: Turns the outcome of runExperiment into a long table.

Description

Takes the output of runExperiment, extracts the dataframes containing the ecological memory patterns generated by computeMemory, and binds them together into a single dataframe ready for further analyses or plotting.

Usage

experimentToTable(experiment.output = NULL, parameters.file = NULL)

Value

A dataframe.

Arguments

experiment.output

list, output of runExperiment. Default: NULL.

parameters.file

dataframe of simulation parameters. Default: NULL.

Author

Blas M. Benito <blasbenito@gmail.com>

Details

This function is used internally by plotExperiment, but it is also available to users in case they want to do other kinds of analyses or plots with the data.

See Also

runExperiment, plotExperiment

Other virtualPollen: plotExperiment(), runExperiment()