Description Usage Arguments Value
View source: R/find_completed.R
Function to find sets of simulations reaching a certain threshold in certain dimensions.
1  | find_completed(speciation_cube_data, dim, threshold, n)
 | 
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?  | 
A subset of speciation_cube_data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.