make_ode_df: Convert ODE Output into a Data.frame

Description Usage Arguments Value

View source: R/sim_results.R

Description

Function to convert the ode objects outputted by deSolve into a data.frame

Usage

1
make_ode_df(ode_mat, d, m, thin = 100)

Arguments

ode_mat

An ode object matrix

d

The number of trait dimensions in the simulation

m

The number of species in the simulation

thin

How much to thin the ode output, returns 1 out of every thin timesteps

Value

A data.frame with simulation output


rdinnager/nichefillr documentation built on Dec. 3, 2019, 7:13 a.m.