find_completed: Find completed events

Description Usage Arguments Value

View source: R/find_completed.R

Description

Function to find sets of simulations reaching a certain threshold in certain dimensions.

Usage

1
find_completed(speciation_cube_data, dim, threshold, n)

Arguments

speciation_cube_data

A data frame containing trajectories in speciation cube for all simulations (in rows).

dim

The variable to use as a criterion for complete speciation.

threshold

The threshold above which the value of the criterion variable means complete speciation

n

How many of the last time points to average?

Value

A subset of speciation_cube_data.


rscherrer/epianalysis documentation built on May 26, 2019, 2:32 p.m.